Qualys Server
БесплатноНе проверенMCP server enabling AI assistants to interact with the Qualys vulnerability management platform. Supports investigation, risk assessment, compliance, remediatio
Описание
MCP server enabling AI assistants to interact with the Qualys vulnerability management platform. Supports investigation, risk assessment, compliance, remediation, security overview, and report management.
README
Qualys MCP Server
MCP server enabling AI assistants to interact with the Qualys vulnerability management platform.
Overview
A TypeScript MCP server that gives AI assistants (Claude, GitHub Copilot, Cursor) access to the Qualys platform. Investigate CVEs, assess risk, check compliance, plan remediation, and generate reports — all through natural language.
Capabilities
| Category | What the AI Can Do |
|---|---|
| Investigation | Deep-dive any CVE, threat actor, host, IP, or free-text topic |
| Risk Assessment | Cross-domain risk: VMs, cloud (AWS/Azure/GCP), web apps, certificates |
| Compliance | PCI, HIPAA, CIS, NIST, SOC2 posture checking |
| Remediation | Patch priorities, deployment status, mitigation coverage |
| Security Overview | Daily/weekly/monthly security briefing |
| Reports | Generate, list, download Qualys reports |
Packages
| Package | Description |
|---|---|
| qualys-mcp-server | Standalone MCP server (npm, CLI) |
| qualys-mcp-vscode-extension | VS Code extension with auto-registration |
Quick Start
Option 1: VS Code Extension
- Install extension from visual studio marketplace
- Configure settings:
Cmd+,→ search "Qualys MCP" - Set username, password, and POD
- The server appears automatically in the MCP Servers panel
Option 2: Standalone (Claude Desktop, Cursor)
npx qualys-mcp-server
Or add to your MCP config:
{
"mcpServers": {
"qualys": {
"command": "npx",
"args": ["-y", "qualys-mcp-server"],
"env": {
"QUALYS_MCP_USERNAME": "your-username",
"QUALYS_MCP_PASSWORD": "your-password",
"QUALYS_MCP_POD": "US1"
}
}
}
}
Tools
| Tool | Description |
|---|---|
qualys_investigate |
Deep-dive CVE, host, IP, or threat actor |
qualys_assess_risk |
Cross-domain risk assessment |
qualys_check_compliance |
Compliance posture for PCI/HIPAA/CIS/NIST/SOC2 |
qualys_plan_remediation |
Patch priorities and mitigation planning |
qualys_security_overview |
Security briefing (daily/weekly/monthly) |
qualys_reports |
Report management (list/generate/download/status) |
qualys_cache_status |
View and clear API response cache |
Development
pnpm install
pnpm run ci # typecheck + lint + format + test:coverage
pnpm run build # Build all packages
pnpm run package # Build VSIX
License
MIT
Установка Qualys Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bhayanak/qualys-mcp-serverFAQ
Qualys Server MCP бесплатный?
Да, Qualys Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Qualys Server?
Нет, Qualys Server работает без API-ключей и переменных окружения.
Qualys Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Qualys Server в Claude Desktop, Claude Code или Cursor?
Открой Qualys Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Qualys Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
