OSV
OSV 的 MCP 服务器
用于 OSV 数据库 API 的轻量级 MCP(模型上下文协议)服务器。
例子:
提供的工具
概述
姓名 | 描述 |
查询包_cve | 列出特定软件包的所有 CVE ID。您也可以传递特定版本,以获取范围更窄的 CVE ID。 |
查询 CVE 受影响的 | 查询 OSV 数据库中的 CVE 并返回该软件包的所有受影响版本。 |
查询 CVE 修复版本 | 查询 OSV 数据库中的 CVE 并返回修复该漏洞的所有版本。 |
获取生态系统 | 向 MCP 查询当前支持的生态系统。 |
详细描述
查询包_cve
查询 OSV 数据库中的包并返回 CVE ID。
输入参数:
package(字符串,必需):要查询的包名称version(字符串,可选):要查询的包的版本。如果未指定,则查询所有版本ecosystem(字符串,可选):软件包的生态系统。Python 软件包默认为“PyPI”。
返回 CVE ID 及其详细信息的列表
查询 CVE 受影响的
查询 OSV 数据库中的 CVE 并返回所有受影响的版本。
输入参数:
cve(字符串,必需):要查询的 CVE ID(例如“CVE-2018-1000805”)
返回受影响版本字符串的列表
查询 CVE 修复版本
查询 OSV 数据库中的 CVE 并返回修复该漏洞的所有版本。
输入参数:
cve(字符串,必需):要查询的 CVE ID(例如“CVE-2018-1000805”)
返回固定版本字符串列表
获取生态系统
查询 MCP 服务器当前支持的所有生态系统。
返回一个字典,其中键是生态系统名称,值为编程语言/操作系统。
Related MCP server: MCP Vulnerability Checker Server
先决条件
Python 3.11 或更高版本:该项目需要 Python 3.11 或更新版本。
# Check your Python version python --version安装 uv :一个快速的 Python 包安装程序和解析器。
pip install uv或者使用 Homebrew:
brew install uv
测试于
[X] 光标
[X] 克劳德
安装
通过Smithery :
npx -y @smithery/cli install @EdenYavin/OSV-MCP --client claude本地:
克隆 repo:
https://github.com/EdenYavin/OSV-MCP.git配置您的 MCP 主机(Cusrsor/Claude Desktop 等):
{
"mcpServers": {
"osv-mcp": {
"command": "uv",
"args": ["--directory", "path-to/OSV-MCP", "run", "osv-server"],
"env": {}
}
}
}
如果您喜欢它,请在VibeApp上留下评论 :)!
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA server that retrieves CVE details from the NVD API and fetches EPSS scores to provide comprehensive vulnerability information, including descriptions, CWEs, CVSS scores, and exploitation likelihood percentiles.13MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server providing security vulnerability intelligence tools including CVE lookup, EPSS scoring, CVSS calculation, exploit detection, and Python package vulnerability checking.89MIT
- Flicense-qualityDmaintenanceMCP server that scans project dependencies for security vulnerabilities (CVEs) and provides fix instructions directly in VS Code via Copilot.3
- AlicenseAqualityCmaintenanceMCP server that provides tools to search, filter, and retrieve CVE data from the NVD API, including by ID, keyword, severity, and recency.4MIT
Related MCP Connectors
OSV.dev — Google's open-source vulnerability database
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Appeared in Searches
- MCP server for analyzing CVEs (Common Vulnerabilities and Exposures)
- CodeQL static analysis tool and semantic code analysis platform
- A server that scans projects for security vulnerabilities and recommends fixes
- Search for known security vulnerabilities on the NSIS website
- Automating guard duty alert validation and reporting process
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/EdenYavin/OSV-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server