Skip to content
Zed

dig for Zed

io.github.nakishiyaman/dig

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

client:Zed transport:stdio runtime:npm

Install dig in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dig": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dig"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dig in other clients