Skip to content
Zed

apimodels for Zed

io.github.stimqq/apimodels-mcp

Image, video, chat and speech models with one API key. The model can review its own images.

client:Zed transport:stdio runtime:npm

Install apimodels 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": {
    "apimodels-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apimodels-mcp"
      ],
      "env": {
        "APIMODELS_API_KEY": "<APIMODELS_API_KEY>",
        "APIMODELS_BASE_URL": "<APIMODELS_BASE_URL>",
        "APIMODELS_WAIT_SECONDS": "<APIMODELS_WAIT_SECONDS>",
        "APIMODELS_TIMEOUT_MS": "<APIMODELS_TIMEOUT_MS>"
      }
    }
  }
}

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

apimodels in other clients