Skip to content
Grok

dig for Grok

io.github.nakishiyaman/dig

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

client:Grok transport:stdio runtime:npm

Install dig in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dig": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dig"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dig in other clients