Skip to content

dependency drift mcp for Zed

io.github.mrfentmen/dependency-drift-mcp

Summarize local dependency manifest and lockfile drift without returning package names,...

client:Zed transport:stdio runtime:npm

Install dependency drift mcp in Zed

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

{
  "context_servers": {
    "dependency-drift-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dependency-drift-mcp"
      ]
    }
  }
}

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

dependency drift mcp in other clients