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.
Integrations
Enables interaction with the CVE-Search API through a repository hosted on GitHub, allowing users to query and retrieve comprehensive vulnerability information.
CVE-搜索 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 扩展
- 获取有关当前正在使用的数据库及其更新时间的更多信息
快速入门
- Git 克隆此存储库
Copy
- 安装依赖项
Copy
3.添加到您的 mcp 客户端(带有 cline/roo 代码的 vscode)配置文件,将"YOU_CVE_SEARCH_MCP_DIR_PATH"
修改为您自己的目录。
Copy
参考
This server cannot be installed
用于查询 CVE-Search API 的模型上下文协议 (MCP) 服务器。该服务器提供对 CVE-Search 的全面访问,包括浏览供应商和产品、根据 CVE-ID 获取 CVE 信息、获取最新更新的 CVE。