mcp image for Zed
io.github.infoinlet-marketplace/mcp-image
Image generation & editing for AI agents (Runware) — text-to-image, bg removal, upscale.
client:Zed
transport:stdio
runtime:npm
Install mcp image in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-image": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-image"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs