Skip to content
Zed

Amicus for Zed

io.github.bourbondog/amicus

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

client:Zed transport:stdio runtime:npm

Install Amicus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "amicus": {
      "command": "npx",
      "args": [
        "-y",
        "amicus"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "AMICUS_SKIP_POSTINSTALL": "<AMICUS_SKIP_POSTINSTALL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Amicus in other clients