covalent bond for Windsurf
io.github.gopalrajsuresh/covalent-bond
Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.
client:Windsurf
transport:stdio
runtime:npm
Install covalent bond in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs