Skip to content
Zed

FileSeal Secure Send for Zed

io.github.fileseal/mcp-send

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

client:Zed transport:stdio runtime:npm

Install FileSeal Secure Send in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-send": {
      "command": "npx",
      "args": [
        "-y",
        "@fileseal/send"
      ],
      "env": {
        "FILESEAL_API_KEY": "<FILESEAL_API_KEY>",
        "FILESEAL_API_BASE_URL": "<FILESEAL_API_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

FileSeal Secure Send in other clients