Jobd MCP Server

A self-hostable, GPU-aware job broker for your own machines - with native MCP/agent integration. It runs locally over stdio via the published package.

People who work with distributed systems, fastapi and gpu and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-08 · ★ 4 · #242 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Jobd

before you install - you'll need

Set JOBD_URL, JOBD_API_TOKEN, JOBD_ALLOW_NO_AUTH, JOBD_WORKER_MAX_CONCURRENT_JOBS, JOBD_JOB_RETENTION_DAYS before connecting.

Claude Code

claude mcp add musharna-jobd -- uvx jobd

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "musharna-jobd": {
      "command": "uvx",
      "args": [
        "jobd"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package jobd - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.musharna is GitHub-verified and matches the repo owner

03 · What Jobd can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.44 · 2026-09-03

Fixed · job ping and the CLI error boundary now name _which_ network failure happened. · DNS, connection refused, connect timeout, read timeout and TLS were all collapsed · into a single unreachable string, so the two…

v0.5.43 · 2026-09-02

Fixed · job list --project and /events?project= now fold the name the way submit does. Submit stores a job under its registered spelling (BETA prices as, and is recorded as, beta), but both read filters compared the…

v0.5.42 · 2026-09-01

Added · The cwd-derived project identity feature is no longer inert: agrigen, jepagame, · orchid-sdxl, and dreamer-chassis now declare roots: in config/projects.yaml. · The matching machinery and its acceptance gate…

04 · Who maintains Jobd

jobd is maintained by musharna. We track 8 MCP servers from musharna - 8 actively maintained, 14 combined GitHub stars, oldest repo from May 2026. Full record: all servers from musharna.

  1. Data Aggregator Find & fetch research datasets across 17 archives, omics registries, and literature sources. ★ 3
  2. Plant Genomics Plant genomics MCP - 50 tools across 23 backends with cross-source synthesis. ★ 5
  3. ldraw-mcp Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw ★ 2

05 · Facts

category
other - ranked #242 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-03)
registry
io.github.musharna/jobd (active, first published 2026-06-07 · 41 versions)
packages
pypi:jobd

06 · Jobd FAQ

What is Jobd?

A self-hostable, GPU-aware job broker for your own machines - with native MCP/agent integration. It runs locally over stdio via the published package.

Is Jobd still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-08 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Jobd?

Run `uvx jobd`. The README documents 5 environment variables (JOBD_URL, JOBD_API_TOKEN, JOBD_ALLOW_NO_AUTH…) to set first. Set JOBD_URL, JOBD_API_TOKEN, JOBD_ALLOW_NO_AUTH, JOBD_WORKER_MAX_CONCURRENT_JOBS, JOBD_JOB_RETENTION_DAYS before connecting. You can also paste the ready-made client config above.

Does Jobd run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Jobd

More MCP servers to compare · Plant Genomics · Toolradar · Pdfmux · Petsonality · Ambient Context MCP

More Python MCP servers · Ldraw MCP · Openshorts · Agent SUMO · Tesla · see all