Claude Bridge
未认领Real-time cross-machine MCP relay for Claude Code agents
安装
claude mcp add -s user claude-bridge -- claude-bridge --stdio工具(13 个)
bridge_ack
Monotonically advance a consumer's channel-scoped cursor
bridge_channels
List active channels and counts
bridge_claim
Atomically claim the next task with a lease; long-poll with waitseconds
bridge_clear
Delete every message (and task) in one channel
bridge_complete
Mark a claimed task done, fenced by its leasetoken
bridge_enqueue
Add a task to a channel's work queue (exclusive; claimed once)
bridge_fail
Fail a claimed task — requeue with backoff, or dead-letter
bridge_ping
Check bridge health and capabilities
bridge_receive
Read a bounded page using a message cursor or durable consumer cursor
bridge_send
Send legacy text or a protocol-v1 message; supports idempotent retries
bridge_status
Summarize recent activity across channels
bridge_tasks
Inspect a channel's queue: per-status counts and a task list
bridge_wait
Wait up to 55 seconds for new messages without rapid polling