mcpbeat Sign in

Batuta MCP Server

local only

Batuta MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 7 Sep 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 14 · avg 6 · +38% w/w
a month agotoday
33
Installs / week
npm · @vorluno/batuta-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const proc = Bun.spawn(cmd, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add batuta-mcp -- npx -y @vorluno/batuta-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "batuta-mcp": {
      "args": [
        "-y",
        "@vorluno/batuta-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.batuta-mcp]
command = "npx"
args = ["-y", "@vorluno/batuta-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "batuta-mcp": {
      "args": [
        "-y",
        "@vorluno/batuta-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "batuta-mcp": {
      "args": [
        "-y",
        "@vorluno/batuta-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Batuta MCP

same job, measured the same way
Balladic
by balladic

Fluid cowork platform. Synthesizes work data across boundaries, with project tracking built in.

answering
Space OCR
by hwang-yh-cto

Verified OCR with per-value coordinates, plus a workspace agents can file documents into and query.

12 installs/wk answering
Finish Grid
by thefinishgrid

A finishing tool, not a to-do list: file tasks, read today's plan, and work dispatched queues.

3 tools answering
MCP Filesystem
by digital-defiance

Advanced filesystem operations with strict security boundaries for AI agents

92 installs/wk local only
Dep Diff MCP
by digicatalyst-systems

Translates a lockfile diff into a human-readable upgrade plan for npm, PyPI, and GitHub Actions.

165 installs/wk 2 tools answering
Lease Schedule
by theluckystrike

Lease schedules with a residual: the payment, the interest split and the journal per month.

local only
Blipboard
by blip-board

Ambient split-flap display board agents push text to; humans watch it on any screen.

5 tools answering
Binky
by andreisilva1

Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.

76 installs/wk local only

Batuta MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Batuta MCP?
Batuta MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vorluno/batuta-mcp was installed 33 times last week.
Is Batuta MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Batuta MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vorluno/batuta-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Batuta MCP?
The npm package @vorluno/batuta-mcp was installed 33 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Batuta MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.