Skip to content
Gemini CLI

FileSeal Secure Send for Gemini CLI

io.github.fileseal/mcp-send

Send a file to a person as a one-time, encrypted, auto-deleting download link.

client:Gemini CLI transport:stdio runtime:npm

Install FileSeal Secure Send 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": {
    "mcp-send": {
      "command": "npx",
      "args": [
        "-y",
        "@fileseal/send"
      ],
      "env": {
        "FILESEAL_API_KEY": "<FILESEAL_API_KEY>",
        "FILESEAL_API_BASE_URL": "<FILESEAL_API_BASE_URL>"
      }
    }
  }
}

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

FileSeal Secure Send in other clients