cmdb_nvd_nessus_mcp_server

r00tkit77/cmdb_nvd_nessus_mcp_server
★ 5 stars Python 🗄️ Database Updated 8d ago
A Model Context Protocol (MCP) server for vulnerability intelligence automation with Agentic AI. This project combines a Configuration Management Database (CMDB) with real-time CVE ingestion from NIST NVD to identify potential exposure across our assets.
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_nessus_mcp_": {
      "command": "uvx",
      "args": [
        "cmdb-nvd-nessus-mcp-server"
      ]
    }
  }
}

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