SealedMail MCP Server
Lets AI agents send and receive on-chain private messages via SealedMail on Sui — no browser wallet needed.
Install
npx sealedmail-mcp
See full docs at https://github.com/thesuitabs/sealedmail
by thesuitabs · JavaScript
Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.
Send and receive on-chain private messages via SealedMail on Sui blockchain.
Lets AI agents send and receive on-chain private messages via SealedMail on Sui — no browser wallet needed.
npx sealedmail-mcp
See full docs at https://github.com/thesuitabs/sealedmail
SEALEDMAIL_PRIVATE_KEYYour Sui wallet private key (suiprivkey1... format from `sui keytool export`)
claude_desktop_config.json
{
"mcpServers": {
"sealedmail": {
"command": "npx",
"args": [
"-y",
"sealedmail-mcp@0.1.1"
],
"env": {
"SEALEDMAIL_PRIVATE_KEY": "<YOUR_SEALEDMAIL_PRIVATE_KEY>"
}
}
}
}