qualys mcp for Cursor
io.github.rijul170/qualys-mcp
Full Qualys portal management over MCP: VMDR, PC, WAS, Cloud Agent, Container Security & more
client:Cursor
transport:stdio
runtime:pypi
Install qualys mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qualys-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"qualys-mcp-full"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs