git-archaeologist-mcp
v0.1.1
Published
```json { "mcpServers": { "git-archaeologist": { "command": "npx", "args": ["-y", "git-archaeologist-mcp"], "env": { "GITHUB_TOKEN": "your_github_token", "REPO_PATH": "/absolute/path/to/your/repo" } } }
Readme
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 blameidentifies 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.

License
MIT
