We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/p2k3m/vertica'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ci_facts_security_7d.sql•271 B
SELECT COUNT(*) AS alerts
FROM {schema}.opr_event
WHERE related_ci_cmdb_id = %s
AND lifecycle_state = 'open'
AND time_created BETWEEN %s AND %s
AND (LOWER(category) LIKE '%%security%%' OR LOWER(title) LIKE '%%security%%' OR LOWER(description) LIKE '%%security%%');