qualys-mcp-server

bhayanak/qualys-mcp-server
★ 1 stars TypeScript Security Updated 1mo ago
MCP Server to interact with QUALYS for vulnerability management and compliance platform. Assess risk, investigate CVEs, check compliance, plan remediation, and generate reports.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qualys-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/qualys-mcp-server"
      ]
    }
  }
}