Skip to main content
Glama

CVE検索MCPサーバー


CVE-SEARCH_MCP

CVE-Search API を照会するための Model Context Protocol (MCP) サーバー。このサーバーは、CVE-Search への包括的なアクセス、ベンダーと製品の参照、CVE-ID ごとの CVE の取得、最新の CVE の取得を提供します。

要件

  • Python 3.10以上

  • 紫外線

  • Cline、Roo Codeなど

ツール

  • すべてのベンダーのJSONを取得するには

  • ベンダーに関連付けられたすべての製品を含むJSONを取得するには

  • ベンダーおよび特定の製品ごとのすべての脆弱性を含むJSONを取得するには

  • 特定のCVE IDのJSONを取得するには

  • CAPEC、CWE、CPE拡張を含む最新の30個のCVEのJSONを取得するには

  • 現在使用されているデータベースとその更新日時に関する詳細情報を取得するには

クイックスタート

  1. このリポジトリをGitでクローンする

git clone https://github.com/roadwy/cve-search_mcp.git
  1. 依存関係をインストールする

cd cve-search_mcp uv sync
  1. mcp クライアント (cline/roo コードを含む vscode) 構成ファイルに追加し、自分のディレクトリとして"YOU_CVE_SEARCH_MCP_DIR_PATH"を変更します。

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

参照

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