hub-bus
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP 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.51MIT
- Alicense-qualityAmaintenanceA 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.2114MIT
- AlicenseBqualityCmaintenanceA cross-agent communicator MCP server providing presence, resource locks, and durable messaging for coordinating multiple agents on the same repository.9MIT
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/claude-max-agent/hub-bus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server