dig for VS Code
io.github.nakishiyaman/dig
MCP server for code archaeology: git blame, file history, contributors, and co-change analysis
client:VS Code
transport:stdio
runtime:npm
Install dig in VS Code
.vscode/mcp.json
{
"servers": {
"dig": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-dig"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs