Coordinates AI agents with shared project context, task tracking, messaging, and retrieval-augmented project queries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agent MCP.
create_agentCallable MCP tool function
list_agentsCallable MCP tool function
terminate_agentCallable MCP tool function
assign_taskCallable MCP tool function
view_tasksCallable MCP tool function
update_task_statusCallable MCP tool function
The rinadelph/Agent-MCP MCP server coordinates multiple AI agents around a software project. It provides separate tool groups for agent lifecycle management, task orchestration, shared project knowledge, and communication. An MCP client can create specialized agents, assign work, inspect progress, and shut agents down when they are no longer needed.
Project information is stored in a persistent knowledge graph or memory bank. Agents can add architectural decisions and implementation details, inspect stored context, and submit retrieval-augmented questions about the project. This is intended to reduce repeated explanations across sessions and help agents work from common project information.
The rinadelph/Agent-MCP MCP server can run using the repository's Python implementation or an alternative Node.js/TypeScript implementation. The Python server is started with the agent_mcp.cli module; the Node.js version can be started with the repository's npm scripts or its documented global command. The README describes HTTP and WebSocket MCP endpoints, including /mcp and /mcp/ws examples.
A connected client calls tools rather than managing agents through a separate application protocol. Typical operations include creating a backend or frontend agent, assigning it a task, checking task dependencies and status, then using direct or broadcast messages to coordinate work. The project also includes a dashboard that can be launched separately for visualizing agents, context entries, and collaboration links.
The documented Python setup requires Python 3.10 or newer, Node.js 18 or newer, and npm 9 or newer. After cloning the repository, the README instructs users to create a virtual environment, install dependencies with uv, copy .env.example to .env, and provide an OpenAI API key. The Python server can then be started with uv run -m agent_mcp.cli --port 8080.
The Node.js alternative is located under agent-mcp-node. It uses npm install, environment configuration, and either npm run server or the built npm start command. The dashboard has its own npm dependency installation and development command.
Configuration supports host, port, log level, project directory, and maximum agent count through AGENT_MCP_HOST, AGENT_MCP_PORT, AGENT_MCP_LOG_LEVEL, AGENT_MCP_PROJECT_DIR, and AGENT_MCP_MAX_AGENTS. The CLI also documents an optional authentication token. The README shows Claude Desktop configuration using the uv command and an OPENAI_API_KEY environment value.
The rinadelph/Agent-MCP MCP server exposes these documented tools:
ask_project_rag.The README describes Claude Desktop and Cline as compatible MCP clients. It also includes a Python client example that creates an agent, assigns a task, and queries project context.
The project is aimed at experienced AI developers who understand MCP, AI coding workflows, and distributed systems concepts. Its documentation notes that the setup and orchestration model may be unsuitable for users seeking a simpler coding assistant. The material does not specify a license or a hosted service, so deployment, maintenance, and OpenAI API costs remain the operator's responsibility.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/rinadelph-agent-mcp)<a href="https://allmcps.com/mcp/rinadelph-agent-mcp"><img src="https://allmcps.com/api/badge/rinadelph-agent-mcp?style=directory" alt="Agent MCP on AllMCPs" /></a>