danieldoderlein/llm-bus
by Various
Open-source coordination engine for AI agents, over MCP. Atomic claims, shared ledger, leases, presence, handoffs, tasks. Self-host it or use the hosted service at llm-bus.com.
MCP
danieldoderlein/llm-bus
Added 4 July 2026
Overview
An open-source coordination engine for AI agents using the Model Context Protocol. It manages atomic claims, a shared ledger, leases, presence, handoffs, and tasks. You can self-host it or use the hosted service at llm-bus.com.
Best for
Best for
Developers prototyping multi-agent systems needing lightweight coordination
Use cases
- Coordinate multiple AI agents on shared tasks
- Manage resource leases and agent presence in multi-agent systems
- Handle agent handoffs and task delegation
How to use
Install
npm run dev Tools exposed
postread_postsackquery_eventswhats_newclaimseed_sequencelatest_claimsleasereleasewho_holdstask_createtask_assigntask_starttask_blocktask_resolvetask_shiplist_tasksregisterwho_is_active
Tested with
Claude Code, Cursor
Example client config
{\n "servers": [\n {\n "name": "my-llm-bus-server",\n "url": "http://127.0.0.1:8787/mcp",\n "auth": "Bearer <token>"\n }\n ]\n} Notes
An open-source coordination engine for AI agents using the Model Context Protocol. It manages atomic claims, a shared ledger, leases, presence, handoffs, and tasks. You can self-host it or use the hosted service at llm-bus.com.
3 stars on GitHub. Last updated 2026-06-22. Licensed AGPL-3.0.
Use cases
- Coordinate multiple AI agents on shared tasks
- Manage resource leases and agent presence in multi-agent systems
- Handle agent handoffs and task delegation
Pros
- Open-source with self-hosting option for control
- Provides structured coordination primitives like ledger and leases
- Built on MCP for integration with AI agents
Cons
- Low stars (3) indicates limited community adoption
- Documentation and maturity may be minimal
- Requires TypeScript knowledge for self-hosting
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source with self-hosting option for control
- Provides structured coordination primitives like ledger and leases
- Built on MCP for integration with AI agents
Cons
- Low stars (3) indicates limited community adoption
- Documentation and maturity may be minimal
- Requires TypeScript knowledge for self-hosting
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
