CVE MCP Server
@xishir
关于 CVE MCP Server
A Model Context Protocol server providing CVE vulnerability information query capabilities. This server enables LLMs to query detailed information for specific CVE IDs, retrieving data from MITRE's CVE database.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cve-mcp-server": {
"command": "uvx",
"args": [
"cve-mcp-server",
"sse"
]
}
}
}工具
1Query vulnerability information by CVE ID
概览
What is CVE MCP Server?
CVE MCP Server is a Model Context Protocol server that enables LLMs to query detailed vulnerability information for specific CVE IDs. It retrieves data from MITRE's CVE database.
How to use CVE MCP Server?
Install via pip with pip install cve-mcp-server. Configure as stdio (default) using the command uvx cve-mcp-server, or run as an SSE server with uvx cve-mcp-server sse and connect via URL. The server exposes one tool, query_cve, which requires a cve_id string parameter.
Key features of CVE MCP Server
- Queries vulnerability information by CVE ID.
- Retrieves data from MITRE’s CVE database.
- Exposes a single
query_cvetool for LLM integration. - Supports both stdio and SSE transports.
- Can be debugged with the MCP inspector.
Use cases of CVE MCP Server
- An AI assistant answering security questions about a specific CVE.
- Automating vulnerability lookup in CI/CD or incident response workflows.
- Enriching LLM‑driven security analysis tools with real CVE data.
FAQ from CVE MCP Server
What tools does CVE MCP Server provide?
It provides one tool, query_cve, which takes a required cve_id parameter (e.g., 'CVE-2021-44228').
How do I install CVE MCP Server?
Install it via pip: pip install cve-mcp-server.
What transports does CVE MCP Server support?
It supports stdio (default) and SSE. For stdio, run uvx cve-mcp-server; for SSE, run uvx cve-mcp-server sse.
Where does CVE MCP Server get vulnerability data?
It retrieves data from MITRE’s CVE database.
Does CVE MCP Server require authentication?
The README does not mention any authentication mechanism.
开发工具 分类下的更多 MCP 服务器
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
评论