Skip to content
Cursor

Amicus for Cursor

io.github.bourbondog/amicus

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

client:Cursor transport:stdio runtime:npm

Install Amicus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Amicus in other clients