jobd for Cursor
io.github.musharna/jobd
Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.
client:Cursor
transport:stdio
runtime:pypi
Install jobd in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jobd": {
"type": "stdio",
"command": "uvx",
"args": [
"jobd"
],
"env": {
"JOBD_URL": "<JOBD_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs