
Deliberation
@antonbabenko
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": [
"-y",
"@antonbabenko/deliberation-mcp"
],
"env": {
"XAI_API_KEY": "<optional, for Grok>",
"OPENROUTER_API_KEY": "<optional, for OpenRouter>"
}
}
}
}工具
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).
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
评论