Skip to content
Cursor

batuta mcp for Cursor

io.github.vorluno/batuta-mcp

Split a task into plans with disjoint file boundaries; scaffold a git worktree per plan.

client:Cursor transport:stdio runtime:npm

Install batuta mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "batuta-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vorluno/batuta-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

batuta mcp in other clients