Skip to content
VS Code

NPMScan for VS Code

io.github.salemalem/npmscan

Detect malicious or vulnerable npm packages: registry search, OSV.dev and GitHub advisory lookups

client:VS Code transport:streamable-http tools:23

Install NPMScan in VS Code

.vscode/mcp.json

{
  "servers": {
    "npmscan": {
      "type": "http",
      "url": "https://npmscan.com/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

NPMScan in other clients