Back to Browse

Jobd MCP Server

Developer ToolsModerate5.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.3
Moderate5.3Moderate Risk

jobd is a well-architected job scheduler with appropriate security controls for its use case (trusted networks). Authentication via bearer tokens is properly implemented and enforced, permissions align with the distributed job-queue purpose, and dangerous operations (subprocess execution) are properly scoped without shell injection. Minor code quality observations exist around broad exception handling and environment variable exposure, but these do not materially impact security given the intended deployment model. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Base URL of the jobd broker the MCP server talks to. Defaults to http://127.0.0.1:8765.Optional

Environment variable: JOBD_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-musharna-jobd": {
      "env": {
        "JOBD_URL": "your-jobd-url-here"
      },
      "args": [
        "jobd"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!