spyrae/claude-concilium
Multi-agent AI consultation framework for Claude Code. Three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review and problem-solving with fallback chains and error detection. Includes ready-to-use Claude Code skill.
Quick Start
Clone the repository:
git clone https://github.com/spyrae/claude-conciliumClaude Desktop configuration example:
{
"mcpServers": {
"claude-concilium": {
"command": "npx",
"args": [
"-y",
"spyrae/claude-concilium"
]
}
}
}Check the repository README for specific installation and configuration instructions.