Command Palette

Search for a command to run...

UnylyUnyly
Browse all

roadwy/cve-search_mcp

FreeNot checked

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 CV

GitHubEmbed

About

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.

README

MseeP.ai Security Assessment Badge

CVE-Search MCP Server


CVE-SEARCH_MCP

cve-search_mcp MCP server

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.

Requirements

  • python 3.10+
  • uv
  • Cline、Roo Code etc

Tools

  • To get a JSON with all the vendors
  • To get a JSON with all the products associated to a vendor
  • To get a JSON with all the vulnerabilities per vendor and a specific product
  • To get a JSON of a specific CVE ID
  • To get a JSON of the last 30 CVEs including CAPEC, CWE and CPE expansions
  • To get more information about the current databases in use and when it was updated

Quick Start

  1. Git clone this repository
git clone https://github.com/roadwy/cve-search_mcp.git
  1. Install the dependencies
cd cve-search_mcp
uv sync

3.Add to your mcp client(vscode with cline/roo code) configuration file, modify the "YOU_CVE_SEARCH_MCP_DIR_PATH" as you self dir.

    "cve-search_mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "YOU_CVE_SEARCH_MCP_DIR_PATH",
        "run",
        "main.py"
      ],
      "disabled": false,
      "autoApprove": []
    }

Reference

https://github.com/cve-search/cve-search

from github.com/roadwy/cve-search_mcp

Installing roadwy/cve-search_mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/roadwy/cve-search_mcp

FAQ

Is roadwy/cve-search_mcp MCP free?

Yes, roadwy/cve-search_mcp MCP is free — one-click install via Unyly at no cost.

Does roadwy/cve-search_mcp need an API key?

No, roadwy/cve-search_mcp runs without API keys or environment variables.

Is roadwy/cve-search_mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install roadwy/cve-search_mcp in Claude Desktop, Claude Code or Cursor?

Open roadwy/cve-search_mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare roadwy/cve-search_mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs