mcpbeat Sign in

Wisegit MCP Server

by sandip124 Your server? Claim it
local only

Wisegit runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 10 Apr 2026.

Extracts decision intent from git history and protects intentional code from AI modification.

Installs per day peak 14 · avg 7 · +77% w/w
a month agotoday
34
Installs / week
npm · @sandip124/wisegit
1
Stars
0 open issues
10 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wisegit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Wisegit

same job, measured the same way
Git Archaeologist
by engrmaziz

Trace code history, commit reasoning, and PR context directly from Git logs.

25 installs/wk local only
Repowise
by repowise

Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.

4 181 installs/wk local only
Octocode MCP - AI Context Platform
by bgauryy

AI code research platform. Search, analyze, and extract insights from any GitHub repository.

1 867 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Kawa Code
by kawacode

Team-aware memory: intent, decisions, real-time conflicts for AI coding assistants.

172 installs/wk local only
URLs-LE
by nolindnaidoo

Extract URLs from documentation, configuration and code, with their protocol and position.

43 installs/wk local only
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering
Paths-LE
by nolindnaidoo

Extract file and directory paths from config files and code, with their kind and position.

58 installs/wk local only

Wisegit — questions

Answers built from our own checks of this server.

Why is there no uptime for Wisegit?
Wisegit 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 @sandip124/wisegit was installed 34 times last week.
How do I connect Wisegit?
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 @sandip124/wisegit straight from npm; nothing to host, nothing to sign up for.
How many people use Wisegit?
The npm package @sandip124/wisegit was installed 34 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wisegit open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.