Loading MCP server directory, please wait...
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
npx @getmcp/cli add io.github.coti-io/coti-private-messagingRequires Node.js 18+. Community-contributed server. Review source before installing.
PRIVATE_KEYPrivate key for the agent wallet that sends, reads, and claims private messaging activity.
AES_KEYCOTI AES key for encrypting and decrypting private message bodies.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.coti-io/coti-private-messaging": {
"command": "npx",
"args": [
"-y",
"@coti-io/coti-sdk-private-messaging"
],
"env": {
"PRIVATE_KEY": "",
"AES_KEY": "",
"COTI_NETWORK": "",
"STARTER_GRANT_REF": ""
}
}
}
}