
Deliberation
@antonbabenko
About Deliberation
A second opinion in Claude Code or any MCP host, from GPT, Gemini, Grok, and 400+ OpenRouter models. Seven domain experts review plans, find bugs, and weigh tradeoffs - advisory by default, or implementing when you ask.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
],
"env": {
"XAI_API_KEY": "<optional, for Grok>",
"OPENROUTER_API_KEY": "<optional, for OpenRouter>"
}
}
}
}Tools
13Fan out one question to all enabled providers in parallel (advisory).
Fan out then run one arbiter pass for a synthesized verdict (advisory).
Single-provider second opinion via codex (advisory).
Single-provider second opinion via gemini (advisory).
Single-provider second opinion via grok (advisory).
Single-provider second opinion via openrouter (advisory).
Direct architect expert (advisory).
Direct plan-reviewer expert (advisory).
Direct scope-analyst expert (advisory).
Direct code-reviewer expert (advisory).
Direct security-analyst expert (advisory).
Direct researcher expert (advisory).
Direct debugger expert (advisory).
Overview
What is Deliberation?
Deliberation is an MCP server that connects GPT (via the Codex CLI), Gemini (via the Antigravity CLI agy), Grok (xAI), and any OpenAI-compatible model through OpenRouter into a single interface. It routes a single question to whichever providers you have configured and synthesizes their answers instead of dumping raw output. It includes seven expert roles—Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger—with GPT and Gemini able to implement changes while Grok and OpenRouter advise only.
How to use Deliberation?
Install via any MCP host using stdio: add the server configuration with npx -y @antonbabenko/deliberation-mcp. For Claude Code, use the plugin marketplace: /plugin marketplace add antonbabenko/agent-plugins, then /plugin install deliberation@antonbabenko, and run /deliberation:setup. The server automatically detects which providers are configured and routes accordingly.
Key features of Deliberation
- Parallel multi-provider question routing (
ask-all) - Consensus tool for iterative blind voting and agreement
- Seven expert roles callable directly
- Single-provider second opinions (
ask-gpt,ask-gemini, etc.) - Plugin installation for Claude Code
- Zero runtime dependencies; bundled server
Use cases of Deliberation
- Compare architectural decisions from GPT, Gemini, and Grok simultaneously
- Get code review from multiple AI experts using consensus mode
- Debug complex issues by having each provider analyze separately
- Research and analyze security vulnerabilities across different models
- Plan and scope project requirements with expert role input
FAQ from Deliberation
Which AI providers does Deliberation support?
Deliberation supports GPT (via the Codex CLI), Gemini (via the Antigravity CLI agy), Grok (via XAI_API_KEY), and any OpenAI-compatible endpoint through OpenRouter.
Do I need to configure all providers?
No—Deliberation detects whichever providers you have set up and routes questions accordingly. You may use any subset.
Can Grok or OpenRouter implement changes?
No, Grok and OpenRouter are advisory only. Only GPT and Gemini can implement changes.
How do I install Deliberation in Claude Code?
Use the plugin marketplace: /plugin marketplace add antonbabenko/agent-plugins, then /plugin install deliberation@antonbabenko, and run /deliberation:setup.
What are the runtime requirements?
Node 18+ is required. For GPT, the Codex CLI must be installed (npm i -g @openai/codex) and logged in. For Gemini, the agy CLI must be installed and logged in. For Grok, an XAI_API_KEY is needed. For OpenRouter, an OPENROUTER_API_KEY and a configuration file at ~/.claude/deliberation/config.json are required.
More AI & Agents MCP servers
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Comments