COTI Private Messaging
About
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PRIVATE_KEY AES_KEY COTI_NETWORK STARTER_GRANT_REFClaude Code
claude mcp add --env PRIVATE_KEY= --env AES_KEY= --env COTI_NETWORK= --env STARTER_GRANT_REF= coti-private-messaging -- npx @coti-io/coti-sdk-private-messaging
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"coti-private-messaging","command":"npx","args":["@coti-io/coti-sdk-private-messaging"],"env":{"PRIVATE_KEY":"","AES_KEY":"","COTI_NETWORK":"","STARTER_GRANT_REF":""}}'
JSON
{
"mcpServers": {
"coti-private-messaging": {
"command": "npx",
"args": [
"@coti-io/coti-sdk-private-messaging"
],
"env": {
"PRIVATE_KEY": "",
"AES_KEY": "",
"COTI_NETWORK": "",
"STARTER_GRANT_REF": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.