Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
IaCRulesParameters.cs522 B
using System.Text.Json.Nodes; namespace AzureMcp.Deploy.Models; public static class DeploymentTool { public const string Azd = "AZD"; public const string AzCli = "AzCli"; } public static class IacType { public const string Bicep = "bicep"; public const string Terraform = "terraform"; } public static class AzureServiceNames { public const string AzureContainerApp = "containerapp"; public const string AzureAppService = "appservice"; public const string AzureFunctionApp = "function"; }

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/azure-mcp'

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