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
{
"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