MCP Imagenate for Zed
io.github.mimo-3/mcp-imagenate
MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)
client:Zed
transport:stdio
runtime:npm
Install MCP Imagenate in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-imagenate": {
"command": "npx",
"args": [
"-y",
"mcp-imagenate"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs