What is CVE-Search MCP: Instant CVE Lookup & Real-Time Threat Tracking?
CVE-Search MCP is a Model Context Protocol (MCP) server designed to simplify access to the CVE-Search API. It acts as a bridge for developers and security teams to quickly retrieve CVE details, track emerging threats, and integrate vulnerability data into workflows. By leveraging MCP, users can efficiently query critical information like vendor/product listings, specific CVE entries, and real-time updates without diving into complex API interactions.
How to use CVE-Search MCP: Instant CVE Lookup & Real-Time Threat Tracking?
Getting started is straightforward:
- Clone the repository:
git clone https://github.com/roadwy/cve-search_mcp.git
- Install dependencies:
Navigate to the project folder and runuv sync
to set up required tools like Python 3.10+ and MCP clients (e.g., Cline/Roo Code). - Configure your MCP client:
Update the `command` and `args` fields in your editor’s config file to point to the server’s directory. For example:
"cve-search_mcp": {
"command": "uv",
"args": ["--directory", "YOUR_DIR_PATH", "run", "main.py"],
"disabled": false
}