Skip to main content
Glama

cve-search_mcp

CVE-搜索 MCP 服务器


CVE-SEARCH_MCP

用于查询CVE-Search API 的模型上下文协议 (MCP) 服务器。该服务器提供对 CVE-Search 的全面访问,包括浏览供应商和产品、根据 CVE-ID 获取 CVE 信息、获取最新更新的 CVE。

要求

  • Python 3.10+

  • 紫外线

  • Cline、Roo Code等

工具

  • 获取包含所有供应商的 JSON

  • 获取与供应商关联的所有产品的 JSON

  • 获取包含每个供应商和特定产品的所有漏洞的 JSON

  • 获取特定 CVE ID 的 JSON

  • 获取最近 30 个 CVE 的 JSON,包括 CAPEC、CWE 和 CPE 扩展

  • 获取有关当前正在使用的数据库及其更新时间的更多信息

快速入门

  1. Git 克隆此存储库

git clone https://github.com/roadwy/cve-search_mcp.git
  1. 安装依赖项

cd cve-search_mcp uv sync

3.添加到您的 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

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

用于查询 CVE-Search API 的模型上下文协议 (MCP) 服务器。该服务器提供对 CVE-Search 的全面访问,包括浏览供应商和产品、根据 CVE-ID 获取 CVE 信息、获取最新更新的 CVE。

  1. 要求
    1. 工具
      1. 快速入门
        1. 参考

          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 -
            126
            155
            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 -
            1
            4
            MIT License
          • -
            security
            A
            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 -
            110
            597
            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