Odel
Multi-MCP

Multi-MCP

Local
@religa35PythonMITUpdated 3w ago

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImulti-mcpv0.1.1

Run

uvx multi-mcp

MCP client config

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