Odel
model council mcp server

model council mcp server

Local
@ivanantigravity-lgtm1PythonUpdated 4mo ago

Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude.

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).

PyPImodel-council-mcp-serverv0.1.2

Run

uvx model-council-mcp-server

MCP client config

{
  "mcpServers": {
    "model-council-mcp-server": {
      "command": "uvx",
      "args": [
        "model-council-mcp-server"
      ]
    }
  }
}