jules dispatch for Cursor
io.github.yuuqq/jules-dispatch
Batch-dispatch coding tasks to Google Jules: 50 parallel sessions, plan approval, PR collection.
client:Cursor
transport:stdio
runtime:npm
Install jules dispatch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jules-dispatch": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs