jobd for Windsurf
io.github.musharna/jobd
Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.
client:Windsurf
transport:stdio
runtime:pypi
Install jobd in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"jobd": {
"command": "uvx",
"args": [
"jobd"
],
"env": {
"JOBD_URL": "<JOBD_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs