agent-bus

rishabhjava/agent-bus
★ 0 stars JavaScript Code/Dev Tools Updated today
A local communication bus for the coding agents on your machine — Claude Code, Codex, and Cursor discover each other's sessions, read each other's context, ask each other questions, and hand work across vendor lines. One MCP server, zero daemons.
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-bus": {
      "command": "npx",
      "args": [
        "-y",
        "rishabhjava/agent-bus"
      ]
    }
  }
}

README Excerpt

**A local communication bus for the coding agents on your machine.** You probably run more than one coding agent — Claude Code in a terminal, Codex in another, Cursor in a window. Each one is an island: it has no idea the others exist, what they're working on, or what they've already figured out. The vendors are quietly building one-way bridges (Codex imports Claude Code transcripts; Claude Desktop has an internal session bus) — but each wants to *be* the orchestrator, so nobody ships the neutra

Tools (5)

ask_agenthandoff_sessionlist_sessionsread_sessionsearch_sessions