COTI Private Messaging for Cline
io.github.coti-io/coti-private-messaging
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
client:Cline
transport:stdio
runtime:npm
Install COTI Private Messaging in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs