Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

jules dispatch in other clients