mcpbeat Sign in

GitWarren MCP Server

local only

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

Code review on your own machine, for you and your coding agent. Nothing leaves your computer.

802
Installs / week
npm · gitwarren
16
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
GPL-3.0
License
TypeScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/core/hosts/install.ts:201
    'rm -rf "$work"',
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.

File ships in the package but is absent from the source [пакет] web/index.html:1, [пакет] bin/gitwarren.mjs:1, [пакет] web/assets/index-DL2ustbM.js:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет
  const child = spawn(command, args, { stdio: 'inherit', ...options })

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch GitWarren and you get told the day something new turns up.

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 gitwarren -- npx -y gitwarren
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitwarren": {
      "args": [
        "-y",
        "gitwarren"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitwarren]
command = "npx"
args = ["-y", "gitwarren"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitwarren": {
      "args": [
        "-y",
        "gitwarren"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitwarren": {
      "args": [
        "-y",
        "gitwarren"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITWARREN_DATA_DIR (Where the review database lives. Leave unset for the platform's application-data directory, which the app and the command line also use.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GitWarren

same job, measured the same way
AI Usage
by mohitbansal321

Reports real token usage and cost from Claude Code and OpenCode data. Nothing leaves your machine.

436 installs/wk local only
Obra Cto
by get-obra

Local-first MCP that scores your codebase's build readiness. Your code never leaves your machine.

84 installs/wk local only
Letmediff MCP
by letmediff

The official Letmediff MCP server helping you review your code with an agent first workflow

56 installs/wk local only
The Last CEO
by timvonsachs

Make your coding agent better and earn: verified code, paid per use, on a real agent economy.

answering
Botcall MCP
by danecodes

Give your AI agent a real phone number for SMS verification codes.

22 installs/wk local only
Sms Florin MCP
by flovoice53-tech

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

35 installs/wk local only
DJ Claude
by p-poss

Agents can now live code music for you, themselves, and each other while they work.

65 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only

GitWarren — questions

Answers built from our own checks of this server.

Why is there no uptime for GitWarren?
GitWarren 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 gitwarren was installed 802 times last week.
How do I connect GitWarren?
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 gitwarren straight from npm; nothing to host, nothing to sign up for.
How many people use GitWarren?
The npm package gitwarren was installed 802 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GitWarren open source?
Yes — it is published under the GPL-3.0 licence, written in TypeScript and 16 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.