Skip to content
Zed

GIMP Agent MCP for Zed

io.github.sarutobisasuke8/gimp-agent-mcp

Edit in GIMP 3 with AI agents: live previews, grouped edits, pixel measurements and recipes.

client:Zed transport:stdio runtime:pypi

Install GIMP Agent 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": {
    "gimp-agent-mcp": {
      "command": "uvx",
      "args": [
        "gimp-agent-mcp"
      ],
      "env": {
        "GIMP_AGENT_ALLOW_PYTHON": "<GIMP_AGENT_ALLOW_PYTHON>"
      }
    }
  }
}

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

GIMP Agent MCP in other clients