Back to MCP Servers
Rinadelph Agent
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
coding-agentsairagagent
By rinadelph
Installation
npx -y Agent-MCPConfiguration
{
"mcpServers": {
"Agent-MCP": {
"command": "npx",
"args": ["-y", "Agent-MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes