Agent Bridge
Freeby 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
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
Installation
Quick install
npx -y mcp-agent-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-bridge": {
"command": "npx",
"args": ["-y", "mcp-agent-bridge"]
}
}
}