Skip to content
Zed

pixel surgeon for Zed

io.github.j-east/pixel-surgeon

AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.

client:Zed transport:stdio runtime:npm

Install pixel surgeon 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": {
    "pixel-surgeon": {
      "command": "npx",
      "args": [
        "-y",
        "pixel-surgeon-mcp"
      ],
      "env": {
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>"
      }
    }
  }
}

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

pixel surgeon in other clients