74
/ 100
1 day ago
glama

Claude Bridge

Enables real-time cross-machine communication for Claude Code agents using a shared MCP relay server.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: CLAUDE_BRIDGE_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCLAUDE_BRIDGE_DBMessages are persisted to a local SQLite database (./claude-bridge.db by default) so they survive server restarts. Override the path with the environment variable:
configCLAUDE_BRIDGE_NO_DASHBOARD
🔐 secretCLAUDE_BRIDGE_AUTH_TOKENe =secret \
configCLAUDE_BRIDGE_CORS_ORIGIN
configCLAUDE_BRIDGE_RETENTION_DAYSclaude-bridge --retention-days 30 # or =30
configCLAUDE_BRIDGE_AUDIT_LOGOpt-in forensic trail. With --audit-log (or =1) the bridge records security-relevant events to a separate audit table:
configCLAUDE_BRIDGE_MAX_SSE100 Total concurrent subscribers across all channels
configCLAUDE_BRIDGE_MAX_SSE_PER_CHANNEL25 Subscribers per channel
configCLAUDE_BRIDGE_SSE_REPLAY_LIMIT500 Backlog rows replayed on reconnect
configCLAUDE_BRIDGE_RETENTION_SWEEP_SECONDS
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/constripacity-claude-bridge-1t8z2j)](https://m8ven.ai/mcp/constripacity-claude-bridge-1t8z2j)
commit: 798b933a8735ec29bddee30c7c7e87cd7ea86078
code hash: dacd893836cf3334f65d71ec66e02d36ca1c88d97f781f831b9f49601b801ec4
verified: 7/30/2026, 8:57:08 AM
view raw JSON →