sealedmail for Cursor
io.github.thesuitabs/sealedmail
Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.
client:Cursor
transport:stdio
runtime:npm
Install sealedmail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sealedmail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs