llm-council-mcp-server

salutaris91/llm-council-mcp-server
★ 1 stars Python AI/LLM Updated 1d ago
Local MCP server running Andrej Karpathy's 3-stage LLM Council via OpenRouter — a multi-model "second opinion" for Claude Code, Codex CLI & Antigravity. By Alexander Deja · anderzlabs.de
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-council-mcp-serv": {
      "command": "uvx",
      "args": [
        "llm-council-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install llm-council-mcp-server

Topics

aiantigravityclaude-codellmmcpopenrouter