We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/safedep/vet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version: POLICY_VERSION_V2
type: POLICY_TYPE_DENY
name: Valid Policy V2
labels:
- test
- valid
rules:
- name: test-rule-1
description: Test rule 1
check: RULE_CHECK_VULNERABILITY
value: "true"
- name: test-rule-2
description: Test rule 2 with vulnerability check
check: RULE_CHECK_VULNERABILITY
value: |
pkg.vulnerabilities.exists(vuln, vuln.severity in ['HIGH', 'CRITICAL'])