Odel
Model Council

Model Council

Local
@totti01352PythonMITUpdated 2w ago

Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.

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-mcpv0.14.0

Run

uvx model-council-mcp

MCP client config

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