MCP Server
MCP
io.github.gopalrajsuresh/covalent-bond
Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "covalent-bond",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Relay endpoint both peers meet at. Set to the public relay (https://covalent-bond-relay.gopalrajsuresh.workers.dev) or your own deployed Cloudflare Worker. Defaults to http://localhost:8787 (local mock relay) when unset.",
"format": "string",
"name": "COVALENT_RELAY_URL"
},
{
"description": "Set to 'off' to disable desktop notifications for incoming events.",
"format": "string",
"name": "COVALENT_NOTIFICATIONS"
},
{
"description": "Per-file size cap in KB for transfers. Defaults to 256; clamped to a 384 KB ceiling.",
"format": "number",
"name": "COVALENT_MAX_FILE_KB"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment