Back to MCP Servers

Llm Council

Multi-LLM deliberation with anonymized peer review. Runs a 3-stage council: parallel responses → anonymous ranking → synthesis. Based on Andrej Karpathy's LLM Council concept.

coding-agentsllm

Installation

npx -y llm-council

Configuration

{
  "mcpServers": {
    "llm-council": {
      "command": "npx",
      "args": ["-y", "llm-council"]
    }
  }
}

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