Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Model Council in other clients