io.github.constripacity

claude-code-bridge

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

stdiocommunityinfra

Package Details

Transportstdio
Runtimeuvx

Runtime Arguments

Positional
--stdio
--stdio

Environment Variables

CLAUDE_BRIDGE_DB(str)

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

CLAUDE_BRIDGE_AUTH_TOKEN(str)
Secret

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