🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

git-archaeologist-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-archaeologist-mcp

```json { "mcpServers": { "git-archaeologist": { "command": "npx", "args": ["-y", "git-archaeologist-mcp"], "env": { "GITHUB_TOKEN": "your_github_token", "REPO_PATH": "/absolute/path/to/your/repo" } } }

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Install

{
  "mcpServers": {
    "git-archaeologist": {
      "command": "npx",
      "args": ["-y", "git-archaeologist-mcp"],
      "env": {
        "GITHUB_TOKEN": "your_github_token",
        "REPO_PATH": "/absolute/path/to/your/repo"
      }
    }
  }
}

Add this to your Claude Desktop, Cursor, or Continue MCP config.

How it works

  • git blame identifies the commits behind a line range.
  • Each commit is resolved to its GitHub PR via the API.
  • PR text is parsed for linked issues (fixes #N).
  • Results are cached in SQLite to respect API rate limits.

Demo of git-archaeologist

License

MIT

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts