FileSeal Secure Send for Cursor
io.github.fileseal/mcp-send
Send a file to a person as a one-time, encrypted, auto-deleting download link.
client:Cursor
transport:stdio
runtime:npm
Install FileSeal Secure Send in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs