Skip to content
Gemini CLI

hushdrop for Gemini CLI

io.github.maxtechera/hushdrop

Open-source artifact sharing for AI agents: private, branded, zero-knowledge links.

client:Gemini CLI transport:stdio runtime:npm

Install hushdrop 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": {
    "hushdrop": {
      "command": "npx",
      "args": [
        "-y",
        "hushdrop-mcp"
      ],
      "env": {
        "BLOB_READ_WRITE_TOKEN": "<BLOB_READ_WRITE_TOKEN>"
      }
    }
  }
}

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

hushdrop in other clients