← Back to Plugins
MCP Server MCP

COTI Private Messaging

github By github 👁 1 views ▲ 0 votes

Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.

Homepage Verified source GitHub

Install

npx -y @coti-io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@coti-io/coti-sdk-private-messaging",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for the agent wallet that sends, reads, and claims private messaging activity.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PRIVATE_KEY"
        },
        {
          "description": "COTI AES key for encrypting and decrypting private message bodies.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AES_KEY"
        },
        {
          "description": "Optional network selector. Defaults to mainnet; use testnet only for intentional testing.",
          "format": "string",
          "name": "COTI_NETWORK"
        },
        {
          "description": "Optional attribution reference for starter-grant and private messaging onboarding flows.",
          "format": "string",
          "name": "STARTER_GRANT_REF"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...