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.
Quick Start
Clone the repository:
git clone https://github.com/elhamid/llm-councilClaude Desktop configuration example:
{
"mcpServers": {
"llm-council": {
"command": "npx",
"args": [
"-y",
"elhamid/llm-council"
]
}
}
}Check the repository README for specific installation and configuration instructions.