Skip to content
VS Code

Nvd for VS Code

io.github.pipeworx-io/nvd

NVD MCP — wraps the NIST National Vulnerability Database API.

client:VS Code transport:streamable-http

Install Nvd in VS Code

.vscode/mcp.json

{
  "servers": {
    "nvd": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/nvd/mcp"
    }
  }
}

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

Nvd in other clients