HomeDevelopment › jobd

jobd

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

Python Local macOSWindowsLinux
★ 4 stars Last pushed 2026-09-24 License: MIT

Topics: Code Execution

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.49)

uvx jobd

Or add to your MCP client config:

{
  "mcpServers": {
    "jobd": {
      "command": "uvx",
      "args": [
        "jobd"
      ],
      "env": {
        "JOBD_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • JOBD_URL — Base URL of the jobd broker the MCP server talks to. Defaults to http://127.0.0.1:8765.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry