Skip to content
Zed

Model Council for Zed

io.github.totti0135/model-council

Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.

client:Zed transport:stdio runtime:pypi

Install Model Council in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "model-council": {
      "command": "uvx",
      "args": [
        "model-council-mcp"
      ],
      "env": {
        "COUNCIL_MODELS": "<COUNCIL_MODELS>",
        "COUNCIL_CONFIG": "<COUNCIL_CONFIG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Model Council in other clients