jobd for Zed
io.github.musharna/jobd
Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.
client:Zed
transport:stdio
runtime:pypi
Install jobd in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jobd": {
"command": "uvx",
"args": [
"jobd"
],
"env": {
"JOBD_URL": "<JOBD_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs