dependency drift mcp for VS Code
io.github.mrfentmen/dependency-drift-mcp
Summarize local dependency manifest and lockfile drift without returning package names,...
client:VS Code
transport:stdio
runtime:npm
Install dependency drift mcp in VS Code
.vscode/mcp.json
{
"servers": {
"dependency-drift-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dependency-drift-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs