covalent bond for Zed
io.github.gopalrajsuresh/covalent-bond
Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.
client:Zed
transport:stdio
runtime:npm
Install covalent bond in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"covalent-bond": {
"command": "npx",
"args": [
"-y",
"covalent-bond"
],
"env": {
"COVALENT_RELAY_URL": "<COVALENT_RELAY_URL>",
"COVALENT_NOTIFICATIONS": "<COVALENT_NOTIFICATIONS>",
"COVALENT_MAX_FILE_KB": "<COVALENT_MAX_FILE_KB>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs