Skip to content

orcadub mcp server for Zed

io.github.continuum-ai-corp/orcadub-mcp-server

AI video dubbing via OrcaRouter (model orca/dub): upload a video or URL, poll, download the MP4.

client:Zed transport:stdio runtime:npm

Install orcadub mcp server 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": {
    "orcadub-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orcadub/cli"
      ],
      "env": {
        "ORCADUB_API_KEY": "<ORCADUB_API_KEY>"
      }
    }
  }
}

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

orcadub mcp server in other clients