Loading MCP server directory, please wait...
Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.
npx @getmcp/cli add io.github.musharna/jobdRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.musharna/jobd": {
"command": "uvx",
"args": [
"--from",
"jobd[mcp]",
"jobd-mcp",
"jobd"
],
"env": {
"JOBD_URL": ""
}
}
}
}