Second opinions in Claude Code and any MCP host from GPT, Gemini, Grok, and 400+ OpenRouter models.
claude mcp add deliberation -- npx -y @antonbabenko/deliberation-mcp
claude_desktop_config.json
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"deliberation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.antonbabenko--deliberation/reviews or the review_server meta-tool.
POST /mcp