PluginBench
MCP Server
Maintained
MIT

io.github.rijul170/qualys-mcp MCP Server

io.github.rijul170/qualys-mcp

What is the io.github.rijul170/qualys-mcp MCP server?

Full Qualys portal management over MCP: VMDR, PC, WAS, Cloud Agent, Container Security & more

How to install io.github.rijul170/qualys-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qualys-mcp": {
      "command": "uvx",
      "args": [
        "qualys-mcp-full"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "qualys-mcp": {
      "command": "uvx",
      "args": [
        "qualys-mcp-full"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "qualys-mcp": {
      "command": "uvx",
      "args": [
        "qualys-mcp-full"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "qualys-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "qualys-mcp-full"
      ]
    }
  }
}
Claude Code
claude mcp add qualys-mcp -- uvx qualys-mcp-full

Related MCP servers

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

0
Python
MIT
View repository →

Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage

0
Python
MIT
View repository →

MCP server for Sophos Central — endpoint security, XDR/MDR, and MSSP multi-tenant ops

0
TypeScript
MIT
View repository →