sealedmail for Cline
io.github.thesuitabs/sealedmail
Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.
client:Cline
transport:stdio
runtime:npm
Install sealedmail in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sealedmail": {
"command": "npx",
"args": [
"-y",
"sealedmail-mcp"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs