covalent bond for Cursor
io.github.gopalrajsuresh/covalent-bond
Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.
client:Cursor
transport:stdio
runtime:npm
Install covalent bond in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"covalent-bond": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs