Skip to main content
Glama
R-Mabasha

Multi Agent MCP

by R-Mabasha

🚀 Multi Agent MCP: The Multi-Orchestrator AI Coding Agent

Python 3.10+ Model Context Protocol License: MIT

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: false in 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 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

  1. Open Settings -> MCP.

  2. Add a new server:

    • Name: Multi Agent-MCP

    • Type: command

    • Command: 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.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    A 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.
    29
    27,915
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    Provides 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.
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    5
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Cross-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.
    9
    1,029
    626
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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