Multi Agent MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Multi Agent MCPrefactor the authentication module to use JWT tokens"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 Multi Agent MCP: The Multi-Orchestrator AI Coding Agent
Multi Agent MCP is a high-performance, model-agnostic Model Context Protocol (MCP) Server designed to transform your IDE into an autonomous multi-agent coding assistant.
Integrating directly with Claude Desktop, Cursor AI, and Windsurf, Multi Agent MCP orchestrates complex codebase refactoring using LangGraph and LiteLLM. Instead of relying on a single zero-shot prompt, this framework deploys a specialized swarm of AI agents to strategically plan, confidently verify, and surgically write code within a secure Git Sandbox.
🌟 Why Multi Agent MCP? (Features)
When searching for an MCP Agent or AI Coding Assistant, you usually find single-prompt algorithms that risk hallucinating over large codebases. Multi Agent MCP solves this by combining deterministic graphs with fluid LLM swarms:
🧠 Multi-Orchestrator Architecture: Uses a graph state machine (LangGraph) to manage complex developer workflows and prevent infinite agent loops.
🛡️ Git Sandbox Security: Automatically isolates autonomous AI work on separate feature branches (optional) to protect your main codebase from destructive edits.
⚡ Model Agnostic & Local Ready: Purely powered by LiteLLM. Native support for Claude, OpenAI, Local LLMs, and hyper-optimized for Groq (Llama 3.3 70B).
🔍 AST-Aware File Context: Reads the Abstract Syntax Tree (classes/functions) before fetching raw code strings to minimize context token overwhelm.
🎯 Direct Editing Mode: Toggle
isolate: falsein the MCP Tool schema to have the AI swarm apply code modifications directly to your current working branch.
Related MCP server: EX MCP Server
🛠️ Installation & Setup
1. Prerequisites
Python 3.10+
Git initialized in your target project directory.
2. Install Dependencies
pip install mcp langgraph litellm python-dotenv pydantic3. Configure Environment
Create a .env file in the root of your workspace:
# Fast/Free Groq example
GROQ_API_KEY=gsk_your_key_here
SWARM_MODEL="groq/llama-3.3-70b-versatile"4. Run the Agent Server
python src/server.py🔌 Connecting to IDEs (MCP Integration)
Connect this AI Agent tool directly into your daily development environment:
Cursor / Windsurf
Open Settings -> MCP.
Add a new server:
Name:
Multi Agent-MCPType:
commandCommand:
python c:/absolute/path/to/src/server.py
Claude Desktop
Add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"Multi Agent-mcp": {
"command": "python",
"args": ["c:/absolute/path/to/src/server.py"]
}
}
}🌍 Open Source & Distribution
Multi Agent MCP is built natively for the open-source Smithery.ai MCP registry and GitHub discovery algorithms. Ensure you configure your .gitignore correctly before pushing your own forks!
See the OPENSOURCE.md guide for more details on integrating this repo.
📜 License
MIT License.
Keywords for discovery: Model Context Protocol, MCP Server, AI Agent, Multi-Agent System, Coding Assistant, LangGraph orchestrated agent, Claude tool integration, Cursor AI MCP, Windsurf, coding swarm, autonomous developer.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA fully featured coding agent that uses symbolic operations (enabled by language servers) and works well even in large code bases. Essentially a free to use alternative to Cursor and Windsurf Agents, Cline, Roo Code and others.2927,915MIT
- Alicense-quality-maintenanceProvides unified development tools including code analysis, debugging, refactoring, documentation, testing, and project automation through multiple LLM providers (KIMI, GLM, OpenRouter). Features agentic audit capabilities with multi-model consensus for finding issues and generating direct fixes.
- AlicenseAqualityCmaintenanceEnables LLMs to apply Martin Fowler's 71+ refactoring patterns to codebases through a pluggable, language-agnostic architecture. Supports previewing and applying refactorings, analyzing code smells, and inspecting code structure with safe-by-default operations.54MIT
- AlicenseAqualityAmaintenanceCross-agent memory bridge for AI coding assistants. Persistent knowledge graph shared across 10 IDEs (Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, Gemini CLI) via MCP. 22 tools including team collaboration, auto-cleanup, mini-skills, session management, and workspace sync. 100% local, zero API keys required.91,029626Apache 2.0
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/R-Mabasha/Multi-Agent-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server