mcp-nvd-server

mcp-nvd-server

4

The MCP NVD Server is designed to retrieve information about CVEs from the national vulnerability database, providing valuable insights for security purposes. It uses resources like uv and Node.js, and testing is managed with pytest.

MCP NVD Server

MCP server that retrieves CVE information from the national vulnerability database (NVD).

Installation

Prerequisites

Install the following.

  • uv
  • Node.js

Debugging

MCP Inspector

Use MCP Inspector. Launch as follows:

npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-nvd run mcp-nvd

Testing

This project employs pytest for testing.