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
{
"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