agent-event-bus

evansenter/agent-event-bus
★ 1 stars Python Code/Dev Tools Updated 6d ago
MCP server for cross-session Claude Code communication and coordination
View on GitHub → 🔍 Audit Wallet Slippage →

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-event-bus": {
      "command": "uvx",
      "args": [
        "agent-event-bus"
      ]
    }
  }
}

Or install with pip: pip install agent-event-bus

README Excerpt

MCP server for cross-session Claude Code communication and coordination. When running multiple Claude Code sessions (in separate terminals or worktrees), each session is isolated. This MCP server provides an event bus for sessions to: - **Announce presence** - Know what other sessions are active - **Broadcast status** - Share progress updates and task completion

Tools (12)

EnvironmentVariablesallget_eventslist_channelslist_sessionslist_webhooksnotifypublish_eventregister_sessionregister_webhookunregister_sessionunregister_webhook