Skip to content
Cline

FileSeal Secure Send for Cline

io.github.fileseal/mcp-send

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

client:Cline transport:stdio runtime:npm

Install FileSeal Secure Send 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

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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

FileSeal Secure Send in other clients