covalent-bond
About
Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
COVALENT_RELAY_URL COVALENT_NOTIFICATIONS COVALENT_MAX_FILE_KBClaude Code
claude mcp add --env COVALENT_RELAY_URL= --env COVALENT_NOTIFICATIONS= --env COVALENT_MAX_FILE_KB= covalent-bond -- npx covalent-bond
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"covalent-bond","command":"npx","args":["covalent-bond"],"env":{"COVALENT_RELAY_URL":"","COVALENT_NOTIFICATIONS":"","COVALENT_MAX_FILE_KB":""}}'
JSON
{
"mcpServers": {
"covalent-bond": {
"command": "npx",
"args": [
"covalent-bond"
],
"env": {
"COVALENT_RELAY_URL": "",
"COVALENT_NOTIFICATIONS": "",
"COVALENT_MAX_FILE_KB": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.