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).
Run
uvx model-council-mcp
MCP client config
{
"mcpServers": {
"model-council": {
"command": "uvx",
"args": [
"model-council-mcp"
]
}
}
}