Skip to content
Cursor

deliberation for Cursor

io.github.antonbabenko/deliberation

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

client:Cursor transport:stdio runtime:npm

Install deliberation in Cursor

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

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

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

deliberation in other clients