Model Council for Gemini CLI
io.github.totti0135/model-council
Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Model Council in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"model-council": {
"command": "uvx",
"args": [
"model-council-mcp"
],
"env": {
"COUNCIL_MODELS": "<COUNCIL_MODELS>",
"COUNCIL_CONFIG": "<COUNCIL_CONFIG>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs