cascade-img for Zed
io.github.laffeyp/cascade-img
LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log.
client:Zed
transport:stdio
runtime:pypi
Install cascade-img in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cascade-img": {
"command": "uvx",
"args": [
"cascade-img"
],
"env": {
"DISCORD_USER_TOKEN": "<DISCORD_USER_TOKEN>",
"MJ_CHANNEL_ID": "<MJ_CHANNEL_ID>",
"MJ_IMAGINE_VERSION": "<MJ_IMAGINE_VERSION>",
"CASCADE_BRIDGE_URL": "<CASCADE_BRIDGE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs