cmdb_nvd_mcp_server

r00tkit77/cmdb_nvd_mcp_server
★ 5 stars Python 🤖 AI/LLM Updated 4d ago
A Model Context Protocol (MCP) server for vulnerability intelligence automation with Agentic AI. This system combines a Configuration Management Database (CMDB) with real-time CVE ingestion from NIST NVD and leverages LLM-driven reasoning for vulnerability correlation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cmdb_nvd_mcp_server": {
      "command": "uvx",
      "args": [
        "cmdb-nvd-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cmdb-nvd-mcp-server