myvideogift for Zed
io.github.cryptolibertus/myvideogift
Create and deliver personalized video gifts (photos + an original song) from any agent.
client:Zed
transport:stdio
runtime:npm
Install myvideogift in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"myvideogift": {
"command": "npx",
"args": [
"-y",
"myvideogift-mcp"
],
"env": {
"MVG_API_KEY": "<MVG_API_KEY>",
"MVG_API_BASE": "<MVG_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs