
Dig
- nakishiyaman/mcp-server-dig
Gives an agent code-archaeology tools: git blame, file history, contributors and co-change analysis to understand how and why code evolved.
About
Dig is an MCP server for code archaeology: it exposes git blame, file history, contributor breakdowns and co-change analysis so an agent can explain how and why a codebase evolved. A solo builder reaches for it when onboarding to unfamiliar code or investigating why a module keeps changing alongside another. It turns raw git history into questions the agent can answer directly.
- Git blame and file history
- Contributor analysis
- Co-change (files that change together) analysis
Dig by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add mcp-server-dig -- npx -y mcp-server-digAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | mcp-server-dig |
|---|---|
| Transport | STDIO |
| Auth | None |
| Repository | nakishiyaman/mcp-server-dig ↗ |
What it does
Gives an agent code-archaeology tools: git blame, file history, contributors and co-change analysis to understand how and why code evolved.
Who is it for?
understanding how and why a codebase evolved
Skip if: writing or refactoring code directly