by roadwy
A Model Context Protocol (MCP) server for querying the CVE-Search API
# Add to your Claude Code skills
git clone https://github.com/roadwy/cve-search_mcpGuides for using mcp servers skills like cve-search_mcp.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:05:02.799Z",
"npmAuditRan": true,
"pipAuditRan": true
}cve-search_mcp is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by roadwy. A Model Context Protocol (MCP) server for querying the CVE-Search API. It has 101 GitHub stars.
Yes. cve-search_mcp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/roadwy/cve-search_mcp" and add it to your Claude Code skills directory (see the Installation section above).
cve-search_mcp is primarily written in Python. It is open-source under roadwy on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cve-search_mcp against similar tools.
No comments yet. Be the first to share your thoughts!
A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs.
git clone https://github.com/roadwy/cve-search_mcp.git
cd cve-search_mcp
uv sync
3.Add to your mcp client(vscode with cline/roo code) configuration file, modify the "YOU_CVE_SEARCH_MCP_DIR_PATH" as you self dir.
"cve-search_mcp": {
"command": "uv",
"args": [
"--directory",
"YOU_CVE_SEARCH_MCP_DIR_PATH",
"run",
"main.py"
],
"disabled": false,
"autoApprove": []
}