Home › Development › Multi-MCP
Multi-MCP
Multi-model AI orchestration MCP server with code review, compare, and debate tools.
Topics: Coding Agents
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.1.1)
uvx multi-mcp
Or add to your MCP client config:
{
"mcpServers": {
"multi_mcp": {
"command": "uvx",
"args": [
"multi-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_VALUE>",
"ANTHROPIC_API_KEY": "<YOUR_VALUE>",
"GEMINI_API_KEY": "<YOUR_VALUE>",
"OPENROUTER_API_KEY": "<YOUR_VALUE>",
"DEFAULT_MODEL": "<YOUR_VALUE>",
"DEFAULT_MODEL_LIST": "<YOUR_VALUE>"
}
}
}
}
OPENAI_API_KEYsecret — OpenAI API key for GPT models (optional - at least one provider required)ANTHROPIC_API_KEYsecret — Anthropic API key for Claude models (optional - at least one provider required)GEMINI_API_KEYsecret — Google API key for Gemini models (optional - at least one provider required)OPENROUTER_API_KEYsecret — OpenRouter API key for additional models (optional)DEFAULT_MODEL— Default model to use (defaults to gpt-5-mini)DEFAULT_MODEL_LIST— Default models for multi-model comparison (comma-separated, defaults to gpt-5-mini,gemini-3-flash)
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry