Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
Directory.Build.props665 B
<Project> <PropertyGroup> <Version>0.5.8</Version> <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <IsPackable>False</IsPackable> <!-- Suppress SYSLIB0020 for generated System.Text.Json code that uses obsolete IgnoreNullValues --> <NoWarn>$(NoWarn);SYSLIB0020</NoWarn> <BuildNative Condition="'$(BuildNative)' == ''">false</BuildNative> </PropertyGroup> <PropertyGroup Condition="'$(BuildNative)' == 'true'"> <DefineConstants>$(DefineConstants);BUILD_NATIVE</DefineConstants> </PropertyGroup> </Project>

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