Skip to content
Claude Desktop

COTI Private Messaging for Claude Desktop

io.github.coti-io/coti-private-messaging

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

client:Claude Desktop transport:stdio runtime:npm

Install COTI Private Messaging in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "coti-private-messaging": {
      "command": "npx",
      "args": [
        "-y",
        "@coti-io/coti-sdk-private-messaging"
      ],
      "env": {
        "PRIVATE_KEY": "<PRIVATE_KEY>",
        "AES_KEY": "<AES_KEY>",
        "COTI_NETWORK": "<COTI_NETWORK>",
        "STARTER_GRANT_REF": "<STARTER_GRANT_REF>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

COTI Private Messaging in other clients