Skip to content
VS Code

qualys mcp for VS Code

io.github.rijul170/qualys-mcp

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

client:VS Code transport:stdio runtime:pypi

Install qualys mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "qualys-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "qualys-mcp-full"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

qualys mcp in other clients