0xAkuti/ai-council-mcp
Multi-AI consensus MCP server that queries multiple AI models (OpenAI, Claude, Gemini, custom APIs) in parallel and synthesizes responses to reduce bias and improve accuracy. A Python implementation of the wisdom-of-crowds approach for AI decision making.
Platform-specific configuration:
{
"mcpServers": {
"ai-council-mcp": {
"command": "npx",
"args": [
"-y",
"ai-council-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...