Skip to main content
SecurityPython

roadwy/cve-search_mcp

A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/roadwy/cve-search_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "cve-searchmcp": {
      "command": "npx",
      "args": [
        "-y",
        "roadwy/cve-search_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
roadwy