Skip to main content
Coding AgentsPython

elhamid/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-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/elhamid/llm-council

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
elhamid