Claude Bridge
UnclaimedReal-time cross-machine MCP relay for Claude Code agents
Install
claude mcp add -s user claude-bridge -- claude-bridge --stdioUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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