GoDrop for Cursor
io.github.fatihbaltaci/godrop
Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.
client:Cursor
transport:stdio
runtime:oci
Install GoDrop in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"godrop": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fatihbaltaci/godrop:1.3.1"
],
"env": {
"GODROP_URL": "<GODROP_URL>",
"GODROP_TOKEN": "<GODROP_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs