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
{
"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