Skip to content
Grok

deliberation for Grok

io.github.antonbabenko/deliberation

Second opinions in Claude Code and any MCP host from GPT, Gemini, Grok, and 400+ OpenRouter models.

client:Grok transport:stdio runtime:npm

Install deliberation in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "deliberation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@antonbabenko/deliberation-mcp"
      ]
    }
  }
}

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

deliberation in other clients