promoshot for Zed
io.github.garalex/promoshot
Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).
client:Zed
transport:stdio
runtime:oci
Install promoshot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"promoshot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/garalex/promoshot-mcp:v0.2.78"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs