Skip to main content
Glama

MseeP.ai-Sicherheitsbewertungsabzeichen

CVE-Suche MCP Server


CVE-SEARCH_MCP

Ein Model Context Protocol (MCP)-Server zur Abfrage der CVE-Such -API. Dieser Server bietet umfassenden Zugriff auf die CVE-Suche, ermöglicht die Suche nach Anbietern und Produkten, das Abrufen von CVEs pro CVE-ID und das Abrufen der zuletzt aktualisierten CVEs.

Anforderungen

  • Python 3.10+

  • UV

  • Cline, Roo Code usw.

Werkzeuge

  • Um ein JSON mit allen Anbietern zu erhalten

  • Um eine JSON mit allen Produkten zu erhalten, die einem Anbieter zugeordnet sind

  • Um ein JSON mit allen Schwachstellen pro Anbieter und einem bestimmten Produkt zu erhalten

  • So erhalten Sie ein JSON einer bestimmten CVE-ID

  • Um ein JSON der letzten 30 CVEs einschließlich CAPEC-, CWE- und CPE-Erweiterungen zu erhalten

  • Um mehr Informationen über die aktuell verwendeten Datenbanken und deren Aktualisierung zu erhalten

Schnellstart

  1. Git-Klon dieses Repository

git clone https://github.com/roadwy/cve-search_mcp.git
  1. Installieren Sie die Abhängigkeiten

cd cve-search_mcp uv sync
  1. Fügen Sie die Konfigurationsdatei Ihres MCP-Clients (Vscode mit Cline/Roo-Code) hinzu und ändern Sie "YOU_CVE_SEARCH_MCP_DIR_PATH" als Ihr eigenes Verzeichnis.

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

Referenz

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