mcpbeat Sign in

Gitwand MCP Server

local only

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

Auto-resolves Git merge conflicts so agents only touch the complex hunks.

Installs per day peak 393 · avg 76 · -50% w/w
a month agotoday
214
Installs / week
npm · @gitwand/mcp
176
Stars
1 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call gitwand_status.cwd → packages/mcp/src/tools/index.ts:470, gitwand_status.cwd → packages/mcp/src/tools/index.ts:530, gitwand_preview_merge.cwd → packages/mcp/src/tools/index.ts:539 и ещё 16
      const content = readFileSync(filePath, "utf-8");
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.

    execFileSync(whichCmd, [bin], { stdio: ["ignore", "pipe", "ignore"] });
Builds a file path from a variable apps/desktop/dev-server.mjs:3125
        const gitDir = path.isAbsolute(gitDirRaw) ? gitDirRaw : path.join(resolvedCwd, gitDirRaw);
Reads files and sends them to the network apps/desktop/dev-server.mjs:13
import { readFileSync, writeFileSync, readdirSync, statSync, existsSync, unlinkSync, realpathSync, renameSync, mkdirSync, mkdtempSync, rmSync, copyFileSync, watch } from "node:fs";
Dumps the whole environment packages/cli/src/regenerate-runner.ts:150
  for (const [key, value] of Object.entries(process.env)) {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/deploy-website.yml:53
      - name: Pull auto-update manifest from latest release
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Gitwand

same job, measured the same way
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

38 installs/wk local only
Repotector
by dir-ai

The repo guardian AI agents handshake with before they touch your code.

50 installs/wk local only
Repiscope
by 3xpr1ment

Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them

60 installs/wk local only
MCP Github
by infoinlet-marketplace

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.

23 installs/wk local only
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only
Ghostlink
by bgorzelic

Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.

local only
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only

Gitwand — questions

Answers built from our own checks of this server.

Why is there no uptime for Gitwand?
Gitwand 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 @gitwand/mcp was installed 214 times last week.
How do I connect Gitwand?
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 @gitwand/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gitwand?
The npm package @gitwand/mcp was installed 214 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gitwand open source?
Yes — it is published under the MIT licence, written in TypeScript, 176 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.