Skip to content
Gemini CLI

GoDrop for Gemini CLI

io.github.fatihbaltaci/godrop

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

client:Gemini CLI transport:stdio runtime:oci

Install GoDrop in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

GoDrop in other clients