rinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
Quick Start
Clone the repository:
git clone https://github.com/rinadelph/Agent-MCPClaude Desktop configuration example:
{
"mcpServers": {
"agent-mcp": {
"command": "npx",
"args": [
"-y",
"rinadelph/Agent-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.