Back to MCP Servers
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.
coding-agentsaiagent
By spyrae
Installation
npx -y claude-conciliumConfiguration
{
"mcpServers": {
"claude-concilium": {
"command": "npx",
"args": ["-y", "claude-concilium"]
}
}
}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