hub-bus
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hub-bussend message to lead agent-1: task completed"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@claude-max-agent/hub-bus
hub-bus MCP ブローカー — claude-agent-hub から切り出した独立パッケージ。
agent-herd および claude-agent-hub の両プロジェクトが共有する MCP(Model Context Protocol)ブローカー。 Manager ↔ Lead 間のローカル通信路として機能する。
アーキテクチャ
Manager (Claude Code)
├── hub-claude-transport.ts ← MCP stdio サーバー (Claude 用)
│ └── hub-bus-broker.ts ← 独立 HTTP ブローカーデーモン (:9100)
│ └── hub-core.ts ← コアロジック (inbox / peer registry)
└── hub-codex-transport.ts ← Codex 向け pull 型 inbox
Lead (Claude Code)
└── hub-claude-transport.ts ← MCP stdio サーバー (:9101, :9102, ...)Related MCP server: mcp-switchboard
ファイル構成
ファイル | 役割 |
| エントリーポイント(transport 分岐) |
| HTTP ブローカーデーモン(per-agent / central モード) |
| コアロジック・型定義・設定パーサー |
| Claude Code 向け MCP stdio サーバー |
| Codex 向け pull 型 inbox MCP サーバー |
| Claude channel 通知ルーティング |
使い方
bun 直接実行
bun hub-bus.tsMCP サーバーとして設定(.mcp.json)
{
"mcpServers": {
"hub-bus": {
"command": "bun",
"args": ["/path/to/hub-bus.ts"],
"env": {
"HUB_BUS_PORT": "9100",
"HUB_BUS_ROLE": "manager",
"HUB_BUS_CENTRAL": "true",
"HUB_BUS_BROKER_URL": "http://127.0.0.1:9100",
"HUB_BUS_AGENT_ID": "manager"
}
}
}
}パッケージとして依存追加
# bun の場合
bun add github:claude-max-agent/hub-bus環境変数
変数 | 説明 | 既定値 |
| ブローカーポート |
|
| エージェント役割 ( |
|
| トランスポート種別 ( |
|
| Lead チーム識別子 | `` |
| セントラルモード有効化 |
|
| セントラルブローカー URL | `` |
| エージェント識別子 | `` |
| peer URL リスト(カンマ区切り) | `` |
| 追加送信者許可リスト | `` |
| 状態ファイル保存ディレクトリ |
|
テスト
bun testライセンス
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
- llm-busOAuthcom.llm-bus
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI agents the ability to discover, match with, and build relationships with other autonomous agents. Supports agent registration, matchmaking, messaging, shared goals, relationship lifecycle management, and real-time event subscriptions.25 npmMIT
- AlicenseNot gradedqualityAmaintenanceA real-time inter-agent switchboard, delivered as one centralized streamable-HTTP MCP server. Any MCP-capable agent can message, coordinate, and stay ambiently aware of others.AGPL 3.0
- AlicenseAqualityCmaintenanceMCP server for multi-agent AI systems providing mailbox messaging, A2A task delegation, resource coordination, and a web dashboard.2115 npm1MIT
- AlicenseBqualityDmaintenanceA cross-agent communicator MCP server providing presence, resource locks, and durable messaging for coordinating multiple agents on the same repository.9MIT