UpgradeLens for VS Code
io.github.mattpicone/upgradelens
npm/PyPI/Django dependency upgrades: security, runtime compatibility, migration, package ranking.
client:VS Code
transport:streamable-http
tools:4
Install UpgradeLens in VS Code
.vscode/mcp.json
{
"servers": {
"upgradelens": {
"type": "http",
"url": "https://upgradelens.mattpicone.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs