Skip to content

Runway ML for Zed

io.github.mindstone/mcp-server-runway

Runway ML MCP server: AI video, image, audio, voice generation, and task management

client:Zed transport:stdio runtime:npm

Install Runway ML 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": {
    "mcp-server-runway": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-runway"
      ],
      "env": {
        "RUNWAYML_API_SECRET": "<RUNWAYML_API_SECRET>",
        "RUNWAY_REQUEST_TIMEOUT_MS": "<RUNWAY_REQUEST_TIMEOUT_MS>",
        "RUNWAY_UPLOAD_TIMEOUT_MS": "<RUNWAY_UPLOAD_TIMEOUT_MS>",
        "RUNWAY_ALLOWED_ROOT": "<RUNWAY_ALLOWED_ROOT>",
        "RUNWAY_DOWNLOAD_ROOT": "<RUNWAY_DOWNLOAD_ROOT>"
      }
    }
  }
}

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

Runway ML in other clients