Skip to content
Windsurf

GoDrop for Windsurf

io.github.fatihbaltaci/godrop

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

client:Windsurf transport:stdio runtime:oci

Install GoDrop in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "godrop": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/fatihbaltaci/godrop:1.3.1"
      ],
      "env": {
        "GODROP_URL": "<GODROP_URL>",
        "GODROP_TOKEN": "<GODROP_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

GoDrop in other clients