Back to MCP Servers

Jobd

Self-hostable GPU-aware job broker for your own machines. The MCP server exposes the queue as nine tools (submit, status, logs, list, cancel, preempt, workers, job-get, worker-delete) so an agent can dispatch long-running or GPU jobs that outlive the session, route them by VRAM …

code-executionagent

Installation

pip install "jobd[mcp]"

Configuration

{
  "mcpServers": {
    "jobd": {
      "command": "npx",
      "args": ["-y", "jobd"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub