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:
Install
pip install cve-mcp-server
Configuration
stdio (default)
{
"mcpServers": {
"CVE": {
"command": "uvx",
"args": [
"cve-mcp-server"
]
},
}
}
SSE
Run SSE Server
uvx cve-mcp-server sse
Use the following configuration to connect directly:
{
"mcpServers": {
"amap-mcp-server": {
"url": "http://localhost:9999"
}
}
}
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.
Release files for cve-mcp-server 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cve_mcp_server-0.5.0.tar.gz | 15.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cve_mcp_server-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.2 kB
Release files / cve_mcp_server-0.5.0.tar.gz
| Download URL | cve_mcp_server-0.5.0.tar.gz |
|---|---|
| Size | 15.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
47b86ae2bbc1ae114d691c74ffb119a77dbd6891b99f908ebd26941541810bd7
|
|
BLAKE2b-256 checksum How to use checksums |
8f11d13f585ba0f62b633cdbcdbb74824fe883c3bd812b8e36e06d674c842ddb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.7.3
|
Release files / cve_mcp_server-0.5.0-py3-none-any.whl
| Download URL | cve_mcp_server-0.5.0-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4d2f57cfc4e5b5988b9abf9e3269350f9ffb3ec9fa7cb0403cd215a55009a528
|
|
BLAKE2b-256 checksum How to use checksums |
66c84691a5bd8462a248187045edff4bba3f3072fefa19ebc3b35432cb128cd5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.7.3
|