← Back to Plugins
MCP Server MCP

io.github.gopalrajsuresh/covalent-bond

github By github 👁 1 views ▲ 0 votes

Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...