Skip to content

DemoMagic for Zed

ai.demomagic/interactive-video-guide

Guides for making interactive videos & AI product demos that answer viewers' questions.

client:Zed transport:stdio runtime:npm

Install DemoMagic in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "interactive-video-guide": {
      "command": "npx",
      "args": [
        "-y",
        "@demomagic/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

DemoMagic in other clients