Skip to content
VS Code

deliberation for VS Code

io.github.antonbabenko/deliberation

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

client:VS Code transport:stdio runtime:npm

Install deliberation in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

deliberation in other clients