
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
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Comments