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.
Quick Start
Clone the repository:
git clone https://github.com/roadwy/cve-search_mcpClaude Desktop configuration example:
{
"mcpServers": {
"cve-searchmcp": {
"command": "npx",
"args": [
"-y",
"roadwy/cve-search_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.