← Index

io.github.constripacity/claude-code-bridge

io.github.constripacity/claude-code-bridge·v0.7.3·Other
Quality Score
80
/100

MCP relay so Claude Code agents on different machines can exchange messages via named channels.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "claude-code-bridge": {
      "command": "uvx",
      "args": [
        "claude-code-bridge"
      ],
      "env": {
        "CLAUDE_BRIDGE_DB": "<claude_bridge_db>",
        "CLAUDE_BRIDGE_AUTH_TOKEN": "<your-claude_bridge_auth_token>"
      }
    }
  }
}
§02  Environment variables
CLAUDE_BRIDGE_DB

SQLite database path (default: ./claude-bridge.db). Share the same path across HTTP and stdio instances to share state.

CLAUDE_BRIDGE_AUTH_TOKEN
secret

Optional Bearer token. Only applies to HTTP mode (not stdio). When set, requires Authorization: Bearer <token> on all endpoints except /status.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other