Skip to content
Zed

GoDrop for Zed

io.github.fatihbaltaci/godrop

Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.

client:Zed transport:stdio runtime:oci

Install GoDrop 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": {
    "godrop": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/fatihbaltaci/godrop:1.3.1"
      ],
      "env": {
        "GODROP_URL": "<GODROP_URL>",
        "GODROP_TOKEN": "<GODROP_TOKEN>"
      }
    }
  }
}

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

GoDrop in other clients