security

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.

python
local
security
0
View on GitHub

Installation

npx -y roadwy/cve-search_mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/roadwy/cve-search_mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub