llmcouncil MCP Server
rachittshah/llmcouncil
Multi-LLM deliberation council — MCP server + Claude Code skill. GPT-5, Gemini 2.5, Claude as peers. Vote, debate, synthesize, critique, MAV protocols.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
rachittshah/llmcouncil is a TypeScript MCP server. Multi-LLM deliberation council — MCP server + Claude Code skill. GPT-5, Gemini 2.5, Claude as peers. Vote, debate, synthesize, critique, MAV protocols.
Ranked #29 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
9 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# LLM Council
Multi LLM deliberation council: query frontier models in parallel, then combine their responses through structured protocols (voting, debate, synthesis, critique, red teaming, verification). Ships as an MCP server and Claude Code skill.
## Architecture
```mermaid
flowchart TD
A[User / Claude Code] -->|MCP stdio| B[LLM Council Server]
B --> C{Protocol Router}
C -->|vote| D[Parallel Query + Peer Review]
C -->|debate| E[Multi Round Debate + KS Stopping]
C -->|synthesize| F[Fan Out + Chairman Synthesis]
C -->|critique| G[Peer Critique]
C -->|redteam| H[Adversarial Red Team]
C -->|mav| I[Multi Agent Verification]
D --> J[OpenAI GPT 5.4]
D --> K[Gemini 2.5 Pro]
D --> L[Claude Sonnet 4.6]
E --> J
E --> K
E --> L
F --> J
F --> K
F --> L
F -->|synthesis| M[Chairman Model]
subgraph Providers
J
K
L
end
subgraph Broker [Peer Discovery :7899]
N[Register] --> O[Pe Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.