True deliberative consensus MCP server where AI models debate and refine positions across multiple rounds.
True deliberative consensus MCP server where AI models debate and refine positions across multiple rounds. That is what the ai counsel mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 9 tools. What each one is for:
Prerequisites — 1. Python 3.11+: python3 --version 2. At least one AI tool (optional - HTTP adapters work without CLI): - Claude CLISetup — ✅ Ready to use! Server includes core dependencies plus optional convergence backends (scikit-learn, sentence-transformers) for best accuracyConfiguration — The Configuration tool exposed by this serverTroubleshooting — The Troubleshooting tool exposed by this serverExamples — // NEW! Empty results include helpful diagnostics: { "type": "similar_decisions", "count": 0, "results": [], "diagnostics": { "total_decisions": 125Transcripts — All deliberations saved to transcripts/ with AI-generated summaries and full debate historyDevelopment — The Development tool exposed by this serverReference — The Reference tool exposed by this serverContributing — 1. Fork the repository 2. Create a feature branch (git checkout -b feature/your-feature) 3. Write tests first (TDD workflow) 4. Implement feature 5python3 --version 2. At least one AI tool (optional - HTTP adapters work without CLI): - Claude CLI: https://docs.claude.com/en/docs/claude-code/setup - Codex CLI: https://github.com/openai/codex - Droid CLI: https://github.com/Factory-AI/factory - Gemini CLI: https://github.com/google-gemini/gemini-cliBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ai Counsel's toolset — Prerequisites, Setup, Configuration and 6 more — is a fair guide to whether it matches your workflow. It is maintained by blueman82; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Prerequisites | 1. **Python 3.11+**: python3 --version 2. **At least one AI tool** (optional - HTTP adapters work without CLI): - **Claude CLI**: https://docs.claude.com/en/docs/claude-code/setup - **Codex CLI**: https://github.com/open |
| Setup | ✅ Ready to use! Server includes core dependencies plus optional convergence backends (scikit-learn, sentence-transformers) for best accuracy. |
| Configuration | The Configuration tool exposed by this server. |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
| Examples | // NEW! Empty results include helpful diagnostics: { "type": "similar_decisions", "count": 0, "results": [], "diagnostics": { "total_decisions": 125, "best_match_score": 0.45, "near_misses": [{"question": "Database index |
| Transcripts | All deliberations saved to transcripts/ with AI-generated summaries and full debate history. |
| Development | The Development tool exposed by this server. |
| Reference | The Reference tool exposed by this server. |
| Contributing | 1. Fork the repository 2. Create a feature branch (git checkout -b feature/your-feature) 3. Write tests first (TDD workflow) 4. Implement feature 5. Ensure all tests pass 6. Submit PR with clear description |
python3 --version 2. At least one AI tool (optional - HTTP adapters work without CLI): - Claude CLI: https://docs.claude.com/en/docs/claude-code/setup - Codex CLI: https://github.com/openai/codex - Droid CLI: https://github.com/Factory-AI/factory - Gemini CLI: https://github.com/google-gemini/gemini-cliKill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.