Skip to content
Cursor

Nvd for Cursor

io.github.pipeworx-io/nvd

NVD MCP — wraps the NIST National Vulnerability Database API.

client:Cursor transport:streamable-http

Install Nvd in Cursor

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

{
  "mcpServers": {
    "nvd": {
      "url": "https://gateway.pipeworx.io/nvd/mcp"
    }
  }
}

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

Nvd in other clients