GoDrop for Cline
io.github.fatihbaltaci/godrop
Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.
client:Cline
transport:stdio
runtime:oci
Install GoDrop in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs