Back to MCP Servers
Ai Counsel
🐍 🏠 🍎 🪟 🐧 - Deliberative consensus engine enabling multi-round debate between AI models with structured voting, convergence detection, and persistent decision graph memory.
knowledge-memoryai
By harrison
Installation
npx -y ai-counselConfiguration
{
"mcpServers": {
"ai-counsel": {
"command": "npx",
"args": ["-y", "ai-counsel"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes