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

Install 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 lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
            Last updated -
            1
            1,964
            1,697
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.
            Last updated -
            5
            206
            111
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.
            Last updated -
            14
            74
            JavaScript
            Apache 2.0
            • Apple
          • A
            security
            F
            license
            A
            quality
            Built as a Model Context Protocol (MCP) server that provides advanced web search, content extraction, web crawling, and scraping capabilities using the Firecrawl API.
            Last updated -
            4
            1
            Python
            • 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