Skip to content
Windsurf

COTI Private Messaging for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install COTI Private Messaging in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

COTI Private Messaging in other clients