imagegen mcp for Zed
io.github.forgemeshlabs/imagegen-mcp
AI image generation MCP — generate, bg removal, 4x upscale, or full pro pipeline. USDC/Base.
client:Zed
transport:stdio
runtime:npm
Install imagegen mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"imagegen-mcp": {
"command": "npx",
"args": [
"-y",
"forgemesh-imagegen"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs