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
By elhamid
Installation
npx -y llm-councilConfiguration
{
"mcpServers": {
"llm-council": {
"command": "npx",
"args": ["-y", "llm-council"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes