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

Installation

npx -y claude-concilium

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub