danieldoderlein/llm-bus
Multi-agent coordination bus over MCP: atomic gap-free claims, advisory file leases, a shared event ledger, presence, prose handoffs, and a task graph, so multiple coding agents (Claude Code, Cursor, Codex) stop colliding and re-deriving each other's work. Remote Streamable HTTP; self-hostable (AGPL-3.0) or hosted at llm-bus.com.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"llm-bus": {
"command": "npx",
"args": ["-y", "llm-bus"]
}
}
}Related in Coding Agents
oraios/serena
A fully-featured coding agent that relies on symbolic code operations by using language servers.
wonderwhy-er/DesktopCommanderMCP
A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files.
shashankss1205/codegraphcontext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.
aymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
sipyourdrink-ltd/bernstein
Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0.
louis030195/terminator-mcp-agent
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.