Skip to content
Gemini CLI

jobd for Gemini CLI

io.github.musharna/jobd

Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.

client:Gemini CLI transport:stdio runtime:pypi

Install jobd in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jobd": {
      "command": "uvx",
      "args": [
        "jobd"
      ],
      "env": {
        "JOBD_URL": "<JOBD_URL>"
      }
    }
  }
}

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

jobd in other clients