CVE-Search MCP

An MCP server for querying the CVE-Search API for vulnerability information.

Categories
Managing & Observability
Specialized Tools
Python
Our Take

A valuable tool for security-conscious developers and researchers. This server connects an AI agent to the CVE-Search database, allowing it to query for vulnerabilities by vendor, product, or CVE ID. It's a great example of how MCP can be used to bring critical security data directly into an AI-assisted workflow.

Quick Start
// 1. Clone the repo and install dependencies.
// 2. Configure your client to run the main.py script:
{
"cve-search_mcp": {
  "command": "uv",
  "args": ["--directory", "/path/to/repo", "run", "main.py"]
}
}

Related Tools