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 connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 4 · #141 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

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.38 · 2026-08-07

Changed · jobd[mcp] now requires mcp 2.x (mcp>=2,<3), and the stdio server is migrated to its low-level API. This is the "separate work" 0.5.37 deferred: rather than keep pinning below 2.0, src/jobd/mcp/server.py moved…

v0.5.37 · 2026-07-28

Fixed · jobd[mcp] no longer installs an SDK it cannot run against. The MCP specification revision 2026-07-28 shipped alongside mcp 2.0.0 on the same day, and the extra's floor-only mcp>=1.0 resolved straight to it.…

v0.5.36 · 2026-07-28

Fixed · Dependabot no longer opens PRs against the generated Docker requirements export. docker/requirements-docker.txt is a uv export of uv.lock, not a manifest, but Dependabot's pip ecosystem kept discovering it and…

04 · Who maintains Jobd

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

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

05 · Facts

category
other - ranked #141 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-07)
registry
io.github.musharna/jobd (active, first published 2026-06-07 · 35 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-08-25, its last commit was 2026-08-23 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