Multi MCP

A multi-model AI orchestration MCP server for automated code review and LLM-powered analysis. Multi-MCP integrates with Claude Code CLI and OpenCode to orchestrate multiple AI models (OpenAI GPT, Anthropic Claude, Google Gemini) for code quality checks, security analysis (OWASP Top 10), and multi-agent consensus. Built on the Model Context Protocol (MCP), this tool enables Python developers and DevOps teams to…

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 35 · #96 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Multi MCP

before you install - you'll need

Set MCP_TIMEOUT, MCP_TOOL_TIMEOUT, OPENAI_API_KEY, ANTHROPIC_API_KEY, GEMINI_API_KEY, OPENROUTER_API_KEY, AZURE_API_KEY, AZURE_API_BASE, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION_NAME, DEFAULT_MODEL before connecting.

Claude Code

claude mcp add religa-multi_mcp -- uvx multi-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "religa-multi_mcp": {
      "command": "uvx",
      "args": [
        "multi-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package multi-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.religa is GitHub-verified and matches the repo owner

03 · Who maintains Multi MCP

Multi-MCP is maintained by religa. It's the only MCP server we track from this author; the repo dates to Nov 2025.

04 · Facts

category
developer tools - ranked #96 of 139 actively-maintained developer tools servers as of 2026-08-25.
registry
io.github.religa/multi-mcp (active, first published 2025-12-22)
packages
pypi:multi-mcp

05 · Multi MCP FAQ

What is Multi MCP?

A multi-model AI orchestration MCP server for automated code review and LLM-powered analysis. Multi-MCP integrates with Claude Code CLI and OpenCode to orchestrate multiple AI models (OpenAI GPT, Anthropic Claude, Google Gemini) for code quality checks, security analysis (OWASP Top 10), and multi-agent consensus. Built on the Model Context Protocol (MCP), this tool enables Python developers and DevOps teams to…

Is Multi MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

How do I install Multi MCP?

Run `uvx multi-mcp`. The README documents 12 environment variables (MCP_TIMEOUT, MCP_TOOL_TIMEOUT, OPENAI_API_KEY…) to set first. Set MCP_TIMEOUT, MCP_TOOL_TIMEOUT, OPENAI_API_KEY, ANTHROPIC_API_KEY, GEMINI_API_KEY, OPENROUTER_API_KEY, AZURE_API_KEY, AZURE_API_BASE, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION_NAME, DEFAULT_MODEL before connecting. You can also paste the ready-made client config above.

Does Multi MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Multi MCP

More developer tools MCP servers · Rigour · Rn Devtools Hub · Sugar · Cognitive AI Memory · Your Memory

More Python MCP servers · Custom MCP Database · Repowise · Page Map · PSX MCP · Linux MCP Server · see all