Skip to main content
Glama

MseeP.ai Security Assessment Badge

CVE-Search MCP Server


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.

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

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.
    Last updated -
    97
    158
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
    Last updated -
    2
    4
    MIT License
  • -
    security
    -
    license
    -
    quality
    A Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.
    Last updated -
    542
    784
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.
    Last updated -
    1
    1
    MIT License
    • Apple
    • Linux

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/roadwy/cve-search_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server