Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

myvideogift in other clients