batuta-mcp
Creates git worktrees for each plan, enabling isolated development environments with a suggested prompt for each worktree.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@batuta-mcpdecompose task: add user login module"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
batuta-mcp
MCP server local (stdio) que descompone tareas en planes con fronteras de archivos disjuntas, valida solapes y crea git worktrees con un prompt listo por plan.
Diseño: ver docs/specs/2026-06-20-batuta-mcp-design.md.
Tools
decompose_into_plans({ brainDump, projectHint?, repoPath? })→{ plans, overlapsResolved, attempts }check_boundary_overlaps({ plans })→{ overlaps, ok }scaffold_worktrees({ repoPath, plans, dryRun? })→{ results }
Related MCP server: todos
Requisitos
Bun 1.3+
claudeCLI logueado (paradecompose_into_plans)git2.x (parascaffold_worktrees)
Instalación
bun installConexión
Warp
MCP settings → + Add → pegar (o ponerlo en ~/.agents/.mcp.json):
{ "mcpServers": { "batuta": { "command": "bun", "args": ["run", "C:\\batuta-mcp\\src\\index.ts"] } } }Claude Code
claude mcp add batuta -- bun run C:\batuta-mcp\src\index.tsFlujo
decompose_into_plans→ planes con fronteras disjuntas.check_boundary_overlaps→ confirmarok:true(o reajustar).scaffold_worktrees→ crea los worktrees; abrí cada uno en un tab de Warp y pegá susuggestedPrompt.
Tests
bun test
bunx tsc --noEmitThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vorluno/batuta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server