Back to Browse

Jobd MCP Server

Developer ToolsModerate7.8MCP 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

7.8
Moderate7.8Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (10/10 approved).

5 files analyzed · 4 issues found

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

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": [
        "--from",
        "jobd-mcp",
        "jobd"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!