Amicus for Grok
io.github.bourbondog/amicus
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
client:Grok
transport:stdio
runtime:npm
Install Amicus in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"amicus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amicus"
],
"env": {
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<AMICUS_SKIP_POSTINSTALL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs