cve-search_mcp

cve-search_mcp

19

The CVE-Search MCP Server is an MCP server that interfaces with the CVE-Search API to provide detailed access to CVE data. Its features include searching by vendor, product, CVE-ID, and retrieving the latest CVEs. It is intended for developers needing reliable vulnerability information.

What is the primary function of the CVE-Search MCP Server?

The primary function is to provide a protocol server for querying the CVE-Search API to access detailed information about software vulnerabilities.

What are the system requirements for running the CVE-Search MCP Server?

The server requires Python 3.10+ and tools like uv and Cline/Roo Code for operation.

How can I integrate the CVE-Search MCP Server with my development environment?

You can integrate it by adding the server configuration to your MCP client, such as VSCode with Cline/Roo Code.

What kind of data can I retrieve using this server?

You can retrieve JSON data for vendors, products, specific CVEs, and the latest 30 CVEs with detailed expansions.

Where can I find more information about the CVE-Search project?

More information can be found on the official GitHub repository at https://github.com/cve-search/cve-search.