← Back to Plugins
MCP Server MCP

io.github.thesuitabs/sealedmail

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "sealedmail-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Sui wallet private key (suiprivkey1... format from `sui keytool export`)",
          "name": "SEALEDMAIL_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...