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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y claude-conciliumAgent-CoreX intelligently routes which tools from spyrae/claude-concilium your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"claude-concilium": {
"command": "npx",
"args": [
"-y",
"claude-concilium"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add claude-conciliumAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use spyrae/claude-concilium directly without routing
npx -y claude-conciliumNew to Agent-CoreX? View setup guide →