★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"qualys-mcp-server": {
"command": "npx",
"args": [
"-y",
"bhayanak/qualys-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add qualys-mcp-server npx -y bhayanak/qualys-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"qualys-mcp-server": {
"command": "npx",
"args": [
"-y",
"bhayanak/qualys-mcp-server"
]
}
}
}
📋 Copy