COTI Private Messaging for Zed
io.github.coti-io/coti-private-messaging
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
client:Zed
transport:stdio
runtime:npm
Install COTI Private Messaging in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs