Skip to content
Gemini CLI

llm bus for Gemini CLI

com.llm-bus/llm-bus

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

client:Gemini CLI transport:streamable-http

Install llm bus in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "llm-bus": {
      "httpUrl": "https://mcp.llm-bus.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

llm bus in other clients