spyrae/claude-concilium
Overview
Multi-agent AI consultation framework for Claude Code, featuring three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review, problem-solving, fallback chains, and error detection. Includes a ready-to-use Claude Code skill.
Capabilities
- • stdio transport support
- • prompt templates
- • authentication support
- • github integration
Best For
Multi-agent AI framework for Claude Code with MCP servers for parallel code review and problem-solving, including fallback chains and error detection.
Decision Snapshot
Install
available
Usage
detected in docs
Docs
7 links
Config
1 strong hints
Capabilities
4 key capabilities detected
- • GitHub stars: 7
- • Forks: 2
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/18/2026
Installation / Setup
git clone https://github.com/spyrae/claude-concilium.git && cd claude-concilium && # Install dependencies for each server && cd servers/mcp-openai && npm install && cd ../..
Features
- • Architecture — flow diagrams, error handling, design decisions
- • OpenAI Setup — Codex CLI, ChatGPT Plus, minimal config
- • Gemini Setup — gemini-cli, Google OAuth
- • Qwen Setup — Qwen CLI, DashScope
- • DeepSeek Setup — API key, npm package
- • Customization — add your own LLM, modify chains
- • stdio transport support
- • prompt templates
Use Cases
- • Supports capabilities such as: stdio transport support; prompt templates; authentication support.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • stdio transport support
- • prompt templates
- • authentication support
- • github integration
Compatibility Signals
- • Claude Desktop: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: coding
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
religa/multi-mcp
A Python tool for parallel multi-model code review, security analysis, and AI debate. Orchestrates LLMs like ChatGPT, Claude, and Gemini to compare outputs, build consensus, and perform OWASP Top 10 security checks.
x51xxx/copilot-mcp-server
An MCP server connecting IDEs or AI assistants to GitHub Copilot CLI for code analysis, review, and batch processing.
sim-xia/skill-cortex-server
An MCP server enabling IDEs/CLIs to access Claude Code Skills capabilities, with features for skill discovery, indexing, and management.
preflight-dev/preflight
preflight is an MCP server for Claude Code that identifies vague prompts to reduce token waste, featuring 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.