Skip to content
Zed

ModelShortlist for Zed

io.github.agenticartists/modelshortlist

Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.

client:Zed transport:stdio runtime:npm

Install ModelShortlist 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": {
    "modelshortlist": {
      "command": "npx",
      "args": [
        "-y",
        "@agentic.artists/modelshortlist"
      ],
      "env": {
        "ARTIFICIAL_ANALYSIS_API_KEY": "<ARTIFICIAL_ANALYSIS_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
      }
    }
  }
}

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

ModelShortlist in other clients