qualys-mcp-server

bhayanak/qualys-mcp-server
★ 1 stars TypeScript 🔒 Security Updated 7d 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 → Try with Claude — $10 free →

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"
      ]
    }
  }
}