A Model Context Protocol server providing tools for CVE vulnerability information queries
Project description
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.
Available Tools
query_cve- Query vulnerability information by CVE ID- Required parameters:
cve_id(string): The CVE identifier (e.g., 'CVE-2021-44228', 'CVE-2023-34362')
- Required parameters:
Configuration
{
"mcpServers": {
"CVE": {
"command": "uv",
"args": [
"--directory",
"/yourpath/cve-mcp-server",
"run",
"cve-mcp-server"
]
},
}
}
Debugging
You can use the MCP inspector to debug the server:
npx @modelcontextprotocol/inspector python -m cve-mcp-server
License
cve-mcp-server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cve_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: cve_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2284c2fb5c4a23b2e9e74faf1c91863b495af53eceec48aa74fa4532ea2e9afd
|
|
| MD5 |
8bf697143a9708fc975d7c2068931eda
|
|
| BLAKE2b-256 |
03dbd6adc58d6bf9feed61d397bfaa36fcf85126fed867466b9b58458611f1b3
|
File details
Details for the file cve_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cve_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03cdc0769620c98b7df1a5991a53e5e552f193d03e68189535438e26ae7b8c9b
|
|
| MD5 |
473046b47d92635856ff5e199f10edd6
|
|
| BLAKE2b-256 |
dfec94cd8d09bea91589cb1f02224d871eabbf11e355dad82bca7e0c2554e425
|