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