Skip to content

Local GPU Imagegen for Zed

io.github.zc4578980-tech/local-gpu-imagegen

MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.

client:Zed transport:stdio runtime:pypi

Install Local GPU Imagegen in Zed

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

{
  "context_servers": {
    "local-gpu-imagegen": {
      "command": "uvx",
      "args": [
        "local-gpu-imagegen"
      ]
    }
  }
}

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

Local GPU Imagegen in other clients