Skip to content
Cursor

dependency drift mcp for Cursor

io.github.mrfentmen/dependency-drift-mcp

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

client:Cursor transport:stdio runtime:npm

Install dependency drift mcp in Cursor

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

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

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

dependency drift mcp in other clients