Odel
Amicus

Amicus

Local
@bourbondog2JavaScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmamicusv4.9.3

Run

npx -y amicus

MCP client config

{
  "mcpServers": {
    "amicus": {
      "command": "npx",
      "args": [
        "-y",
        "amicus"
      ]
    }
  }
}