COTI Private Messaging for Claude Code
io.github.coti-io/coti-private-messaging
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
client:Claude Code
transport:stdio
runtime:npm
Install COTI Private Messaging in Claude Code
run in your project directory
claude mcp add coti-private-messaging -e PRIVATE_KEY=<PRIVATE_KEY> -e AES_KEY=<AES_KEY> -e COTI_NETWORK=<COTI_NETWORK> -e STARTER_GRANT_REF=<STARTER_GRANT_REF> -- npx -y @coti-io/coti-sdk-private-messaging
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs