← Index

io.github.thesuitabs/sealedmail

io.github.thesuitabs/sealedmail·v0.1.1·Browser Automation
Quality Score
79
/100

Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sealedmail": {
      "command": "npx",
      "args": [
        "-y",
        "sealedmail-mcp"
      ],
      "env": {
        "SEALEDMAIL_PRIVATE_KEY": "<sealedmail_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sealedmail": {
      "command": "npx",
      "args": [
        "-y",
        "sealedmail-mcp"
      ],
      "env": {
        "SEALEDMAIL_PRIVATE_KEY": "<sealedmail_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y sealedmail-mcp
§02  Environment variables
SEALEDMAIL_PRIVATE_KEY

Your Sui wallet private key (suiprivkey1... format from `sui keytool export`)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation