Back to Browse

Covalent Bond MCP Server

Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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.Optional

Environment variable: COVALENT_RELAY_URL

Set to 'off' to disable desktop notifications for incoming events.Optional

Environment variable: COVALENT_NOTIFICATIONS

Per-file size cap in KB for transfers. Defaults to 256; clamped to a 384 KB ceiling.Optional

Environment variable: COVALENT_MAX_FILE_KB

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gopalrajsuresh-covalent-bond": {
      "env": {
        "COVALENT_RELAY_URL": "your-covalent-relay-url-here",
        "COVALENT_MAX_FILE_KB": "your-covalent-max-file-kb-here",
        "COVALENT_NOTIFICATIONS": "your-covalent-notifications-here"
      },
      "args": [
        "-y",
        "covalent-bond"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!