Skip to main content
Coding AgentsTypeScript

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.

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/spyrae/claude-concilium

Claude Desktop configuration example:

{
  "mcpServers": {
    "claude-concilium": {
      "command": "npx",
      "args": [
        "-y",
        "spyrae/claude-concilium"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
spyrae