Enables real-time cross-machine communication for Claude Code agents using a shared MCP relay server.
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.
process.env. You'll be asked to provide them before it can run.CLAUDE_BRIDGE_DB— Messages are persisted to a local SQLite database (./claude-bridge.db by default) so they survive server restarts. Override the path with the environment variable:CLAUDE_BRIDGE_NO_DASHBOARDCLAUDE_BRIDGE_AUTH_TOKEN— e =secret \CLAUDE_BRIDGE_CORS_ORIGINCLAUDE_BRIDGE_RETENTION_DAYS— claude-bridge --retention-days 30 # or =30CLAUDE_BRIDGE_AUDIT_LOG— Opt-in forensic trail. With --audit-log (or =1) the bridge records security-relevant events to a separate audit table:CLAUDE_BRIDGE_MAX_SSE— 100 Total concurrent subscribers across all channelsCLAUDE_BRIDGE_MAX_SSE_PER_CHANNEL— 25 Subscribers per channelCLAUDE_BRIDGE_SSE_REPLAY_LIMIT— 500 Backlog rows replayed on reconnectCLAUDE_BRIDGE_RETENTION_SWEEP_SECONDS[](https://m8ven.ai/mcp/constripacity-claude-bridge-1t8z2j)