Multi Agent MCP
Transforms your IDE into an autonomous multi-agent coding assistant that orchestrates complex codebase refactoring using LangGraph and LiteLLM.
README
🚀 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.
🛠️ Installation & Setup
1. Prerequisites
- Python 3.10+
- Git initialized in your target project directory.
2. Install Dependencies
pip install mcp langgraph litellm python-dotenv pydantic
3. 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-MCP - Type:
command - Command:
python c:/absolute/path/to/src/server.py
- Name:
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.