Back to MCP Servers
Jobd
Self-hostable GPU-aware job broker for your own machines. The MCP server exposes the queue as nine tools (submit, status, logs, list, cancel, preempt, workers, job-get, worker-delete) so an agent can dispatch long-running or GPU jobs that outlive the session, route them by VRAM …
code-executionagent
By musharna
Installation
pip install "jobd[mcp]"Configuration
{
"mcpServers": {
"jobd": {
"command": "npx",
"args": ["-y", "jobd"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes