Skip to content
VS Code

llm bus for VS Code

com.llm-bus/llm-bus

Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.

client:VS Code transport:streamable-http

Install llm bus in VS Code

.vscode/mcp.json

{
  "servers": {
    "llm-bus": {
      "type": "http",
      "url": "https://mcp.llm-bus.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

llm bus in other clients