Skip to content
Grok

FileSeal Secure Send for Grok

io.github.fileseal/mcp-send

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

client:Grok transport:stdio runtime:npm

Install FileSeal Secure Send in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FileSeal Secure Send in other clients