Skip to main content
Coding AgentsPython

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/rinadelph/Agent-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rinadelph/Agent-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
rinadelph