Skip to content
Zed

ideogram mcp for Zed

io.github.qmediat/ideogram-mcp

Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images

client:Zed transport:stdio runtime:npm

Install ideogram mcp 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": {
    "ideogram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qmediat.io/ideogram-mcp"
      ],
      "env": {
        "IDEOGRAM_API_KEY": "<IDEOGRAM_API_KEY>",
        "IDEOGRAM_OUTPUT_DIR": "<IDEOGRAM_OUTPUT_DIR>"
      }
    }
  }
}

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

ideogram mcp in other clients