Skip to content
Zed

jobd for Zed

io.github.musharna/jobd

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

client:Zed transport:stdio runtime:pypi

Install jobd in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

jobd in other clients