Skip to content
Cursor

dig for Cursor

io.github.nakishiyaman/dig

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

client:Cursor transport:stdio runtime:npm

Install dig in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dig in other clients