sealedmail for Windsurf
io.github.thesuitabs/sealedmail
Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.
client:Windsurf
transport:stdio
runtime:npm
Install sealedmail in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sealedmail": {
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs