Skip to main content
Glama
by microsoft
nsgAppGwRules.jsonc2.04 kB
{ "securityRules": [ { "name": "HealthProbes", "properties": { "description": "Sllow HealthProbes from gateway Manager.", "protocol": "*", "sourceAddressPrefix": "GatewayManager", "sourcePortRange": "*", "destinationAddressPrefix": "*", "destinationPortRange": "65200-65535", "access": "Allow", "priority": 100, "direction": "Inbound" } }, { "name": "Allow_TLS", "properties": { "description": "allow https incoming connections", "protocol": "*", "sourceAddressPrefix": "*", "sourcePortRange": "*", "destinationAddressPrefix": "*", "destinationPortRange": "443", "access": "Allow", "priority": 110, "direction": "Inbound" } }, { "name": "Allow_HTTP", "properties": { "description": "allow http incoming connections", "protocol": "*", "sourceAddressPrefix": "*", "sourcePortRange": "*", "destinationAddressPrefix": "*", "destinationPortRange": "80", "access": "Allow", "priority": 120, "direction": "Inbound" } }, { "name": "Allow_AzureLoadBalancer", "properties": { "description": "allow AzureLoadBalancer incoming connections", "protocol": "*", "sourceAddressPrefix": "AzureLoadBalancer", "sourcePortRange": "*", "destinationAddressPrefix": "*", "destinationPortRange": "80", "access": "Allow", "priority": 130, "direction": "Inbound" } } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/genaiscript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server