Back to Apps

Agent Bus
Supports UIby mustaphasteph
Local message bus for AI agent coordination. Let Claude Code, Codex, and Cursor sessions talk to each other via SQLite.
0 stars
Works in:CursorCodex
Exposes:ToolsResources
What it does
Agent Bus provides a local, persistent communication layer for multiple AI agent sessions on the same machine. Instead of copy-pasting context between different terminals or tools, agents can send messages, delegate tasks, and share a common memory via a shared SQLite database.
Tools
send_message: Send a fire-and-forget message to another agent.ask_question: Synchronously request information from a specific agent or the best-suited expert.delegate_task: Assign a structured task with tracking and state management.create_memory: Record durable decisions and project notes accessible across sessions.get_team_board: Retrieve the current state of tasks and activity for a specific workgroup.
Installation
Install the CLI globally first:
npm i -g @agent-bus-connect/cli@latest
Then add to claude_desktop_config.json:
{
"mcpServers": {
"agent-bus": {
"command": "agent-bus-mcp"
}
}
}
Supported hosts
Confirmed support for Claude Code, Codex, Cursor, and any MCP-compatible client.
Quick install
npm i -g @agent-bus-connect/cli@latestInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add [mcp_servers.agent-bus] with command and args to ~/.codex/config.tomlClaude Desktop
{"mcpServers": {"agent-bus": {"command": "agent-bus-mcp"}}}





