Amicus for Cline
io.github.bourbondog/amicus
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
client:Cline
transport:stdio
runtime:npm
Install Amicus in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"amicus": {
"command": "npx",
"args": [
"-y",
"amicus"
],
"env": {
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<AMICUS_SKIP_POSTINSTALL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs