Multi-model AI orchestration MCP server with code review, compare, and debate tools.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
multi-mcp · pypi · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.religa/multi-mcp",
"description": "Multi-model AI orchestration MCP server with code review, compare, and debate tools.",
"title": "Multi-MCP",
"repository": {
"url": "https://github.com/religa/multi_mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/religa/multi_mcp#readme",
"packages": [
{
"registryType": "pypi",
"identifier": "multi-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenAI API key for GPT models (optional - at least one provider required)",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Anthropic API key for Claude models (optional - at least one provider required)",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Google API key for Gemini models (optional - at least one provider required)",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "OpenRouter API key for additional models (optional)",
"isSecret": true,
"name": "OPENROUTER_API_KEY"
},
{
"description": "Default model to use (defaults to gpt-5-mini)",
"name": "DEFAULT_MODEL"
},
{
"description": "Default models for multi-model comparison (comma-separated, defaults to gpt-5-mini,gemini-3-flash)",
"name": "DEFAULT_MODEL_LIST"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-12-22T22:36:04.492025Z",
"publishedAt": "2025-12-22T22:36:04.492025Z",
"updatedAt": "2025-12-22T22:36:04.492025Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.