ai-counsel

blueman82/ai-counsel
★ 198 stars Python 🤖 AI/LLM Updated 1mo ago
True deliberative consensus MCP server where AI models debate and refine positions across multiple rounds
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-counsel": {
      "command": "uvx",
      "args": [
        "ai-counsel"
      ]
    }
  }
}

Or install with pip: pip install ai-counsel