Model Council for Grok
io.github.totti0135/model-council
Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.
client:Grok
transport:stdio
runtime:pypi
Install Model Council in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"model-council": {
"type": "stdio",
"command": "uvx",
"args": [
"model-council-mcp"
],
"env": {
"COUNCIL_MODELS": "<COUNCIL_MODELS>",
"COUNCIL_CONFIG": "<COUNCIL_CONFIG>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs