jules dispatch for Zed
io.github.yuuqq/jules-dispatch
Batch-dispatch coding tasks to Google Jules: 50 parallel sessions, plan approval, PR collection.
client:Zed
transport:stdio
runtime:npm
Install jules dispatch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jules-dispatch": {
"command": "npx",
"args": [
"-y",
"@yuuqq/jules-dispatch"
],
"env": {
"JULES_API_KEY": "<JULES_API_KEY>",
"JULES_DEFAULT_SOURCE": "<JULES_DEFAULT_SOURCE>",
"JULES_DEFAULT_BRANCH": "<JULES_DEFAULT_BRANCH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs