Skip to content

Agent Bridge

Free

by MCP Community

Real-time communication between Claude Code instances across machines and workspaces. Redis-backed channels with background task notifications for true push in

v1.4.7Added Apr 12, 2026
mcpmodel-context-protocolclaudeclaude-codeagent
Works with:ClaudeGPTGeminiCopilot

Agent Bridge MCP Server

Real-time communication between Claude Code instances across machines and workspaces. Redis-backed channels with background task notifications for true push in

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-agent-bridge
Add to claude_desktop_config.json
{
  "mcpServers": {
    "agent-bridge": {
      "command": "npx",
      "args": ["-y", "mcp-agent-bridge"]
    }
  }
}