agent-bridge

EthanSK/agent-bridge
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 2d ago
Push-based agent-to-agent comms for Claude Code sessions across machines. Plugin + MCP server, SSH transport.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "EthanSK/agent-bridge"
      ]
    }
  }
}

README Excerpt

**Bridge running Claude Code and OpenClaw sessions across machines. Agent-to-agent push comms over SSH.** > 🚨 **First diagnostic: make sure every machine is actually running the current Agent Bridge code.** A common cause of confusing failures is stale runtime code: the repo may have been pulled, but the installed `agent-bridge` CLI, `mcp-server/build/` bundle, Claude Code plugin process, OpenClaw channel plugin, or long-running agent session may still be on an older version. Before debugging de

Tools (16)

BRIDGE_DEFAULT_TTLBRIDGE_PRUNE_INTERVAL_MSBRIDGE_PRUNE_MAX_AGE_MSBRIDGE_PRUNE_MAX_INBOXbridge_clear_inboxbridge_inbox_statsbridge_list_machinesbridge_receive_messagesbridge_run_commandbridge_send_messagebridge_statuscontentreplyTotimestampttltype

Topics

aiautomationclaude-codemulti-machinessh