mcpbeat Sign in

Git Archaeologist MCP Server

by engrmaziz Your server? Claim it
local only

Git Archaeologist runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 35 · avg 7 · +74% w/w
a month agotoday
25
Installs / week
npm · git-archaeologist-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

Alternatives to Git Archaeologist

same job, measured the same way
GitHub PR Context
by paarths-collab

Retrieves GitHub PR history as context material; the connected IDE agent does the reasoning.

local only
Wisegit
by sandip124

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

34 installs/wk local only
Paths-LE
by nolindnaidoo

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

58 installs/wk local only
RepoContext
by shmindmaster

Read-only, commit-pinned repository context for coding agents.

local only
GitWhy — The Context Layer for Git
by gitwhy-cli

The shared AI context engine for git — save, search, and share the reasoning behind code changes.

29 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

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

Git Archaeologist — questions

Answers built from our own checks of this server.

Why is there no uptime for Git Archaeologist?
Git Archaeologist 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 git-archaeologist-mcp was installed 25 times last week.
Is Git Archaeologist still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. 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 Git Archaeologist?
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 git-archaeologist-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Git Archaeologist?
The npm package git-archaeologist-mcp was installed 25 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.