MediaEngine for Zed
io.github.tr1ckymag1ca1/mediaengine
AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.
client:Zed
transport:stdio
runtime:npm
Install MediaEngine in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mediaengine": {
"command": "npx",
"args": [
"-y",
"mcp-media-engine"
],
"env": {
"MEDIAENGINE_API_KEY": "<MEDIAENGINE_API_KEY>",
"MEDIAENGINE_BASE_URL": "<MEDIAENGINE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs