FileSeal Secure Send for Windsurf
io.github.fileseal/mcp-send
Send a file to a person as a one-time, encrypted, auto-deleting download link.
client:Windsurf
transport:stdio
runtime:npm
Install FileSeal Secure Send in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-send": {
"command": "npx",
"args": [
"-y",
"@fileseal/send"
],
"env": {
"FILESEAL_API_KEY": "<FILESEAL_API_KEY>",
"FILESEAL_API_BASE_URL": "<FILESEAL_API_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs