Skip to content
Zed

Drop2Run for Zed

run.dropto/drop2run

Publishes what an AI made — a page, a markdown or PDF doc, or a whole site — to a live HTTPS link.

client:Zed transport:stdio runtime:npm

Install Drop2Run in Zed

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

{
  "context_servers": {
    "drop2run": {
      "command": "npx",
      "args": [
        "-y",
        "@drop2run/mcp"
      ]
    }
  }
}

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

Drop2Run in other clients