Skip to content
Gemini CLI

Amicus for Gemini CLI

io.github.bourbondog/amicus

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

client:Gemini CLI transport:stdio runtime:npm

Install Amicus 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": {
    "amicus": {
      "command": "npx",
      "args": [
        "-y",
        "amicus"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "AMICUS_SKIP_POSTINSTALL": "<AMICUS_SKIP_POSTINSTALL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Amicus in other clients