Skip to content
VS Code

batuta mcp for VS Code

io.github.vorluno/batuta-mcp

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

client:VS Code transport:stdio runtime:npm

Install batuta mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

batuta mcp in other clients