Skip to main content

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')

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.

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

cve_mcp_server-0.5.0.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cve_mcp_server-0.5.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file cve_mcp_server-0.5.0.tar.gz.

File metadata

  • Download URL: cve_mcp_server-0.5.0.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.3

File hashes

Hashes for cve_mcp_server-0.5.0.tar.gz
Algorithm Hash digest
SHA256 47b86ae2bbc1ae114d691c74ffb119a77dbd6891b99f908ebd26941541810bd7
MD5 c304520600c6f956d3c07619d530cbd5
BLAKE2b-256 8f11d13f585ba0f62b633cdbcdbb74824fe883c3bd812b8e36e06d674c842ddb

See more details on using hashes here.

File details

Details for the file cve_mcp_server-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cve_mcp_server-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d2f57cfc4e5b5988b9abf9e3269350f9ffb3ec9fa7cb0403cd215a55009a528
MD5 389b5cc242a514ea4145cbae0969ff2c
BLAKE2b-256 66c84691a5bd8462a248187045edff4bba3f3072fefa19ebc3b35432cb128cd5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page