Skip to main content
Glama
Azure-Samples

Node.js MCP Weather Server

appserviceplan.bicep419 B
param name string param location string = resourceGroup().location param tags object = {} param sku object = { name: 'B1' capacity: 1 } param reserved bool = true resource appServicePlan 'Microsoft.Web/serverfarms@2022-03-01' = { name: name location: location tags: tags sku: sku properties: { reserved: reserved } } output id string = appServicePlan.id output name string = appServicePlan.name

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-webapp-node'

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