Skip to main content
Glama
Azure-Samples

Secure Remote MCP Server

appserviceplan.bicep380 B
param name string param location string = resourceGroup().location param tags object = {} param kind string = '' param reserved bool = true param sku object resource appServicePlan 'Microsoft.Web/serverfarms@2023-12-01' = { name: name location: location tags: tags sku: sku kind: kind properties: { reserved: reserved } } output id string = appServicePlan.id

Latest Blog Posts

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/Azure-Samples/remote-mcp-apim-functions-python'

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