mcpbeat Sign in

Dig MCP Server

by nakishiyaman Your server? Claim it
local only

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

MCP server for code archaeology: git blame, file history, contributors, and co-change analysis

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

Installs per day peak 89 · avg 14 · +69% w/w
a month agotoday
82
Installs / week
npm · mcp-server-dig
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 dig -- npx -y mcp-server-dig
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dig": {
      "args": [
        "-y",
        "mcp-server-dig"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dig]
command = "npx"
args = ["-y", "mcp-server-dig"]
.cursor/mcp.json
{
  "mcpServers": {
    "dig": {
      "args": [
        "-y",
        "mcp-server-dig"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dig": {
      "args": [
        "-y",
        "mcp-server-dig"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dig

same job, measured the same way
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Code Fundi MCP
by felixwaweru

CodeFundi MCP server for codebase mapping and blast-radius analysis.

48 installs/wk local only
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

80 installs/wk local only
Github Stats
by ryudi84

MCP server for GitHub repo stats: stars, forks, contributors, activity.

27 installs/wk local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
MCP Git Enhanced
by davidweb3-ctrl

Enhanced Git MCP Server - Code review, commit analysis, and branch management

45 installs/wk local only
Git Enhanced
by davidweb3-ctrl

Enhanced Git MCP Server - Code review, commit analysis, and branch management

local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only

Dig — questions

Answers built from our own checks of this server.

Why is there no uptime for Dig?
Dig 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 mcp-server-dig was installed 82 times last week.
Is Dig 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 Dig?
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 mcp-server-dig straight from npm; nothing to host, nothing to sign up for.
How many people use Dig?
The npm package mcp-server-dig was installed 82 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.