Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
verify-restapi-spec-location.yml795 B
parameters: - name: ServiceDirectory type: string default: '' - name: PackageName type: string default: '' - name: ArtifactLocation type: string default: '' steps: - task: Powershell@2 inputs: filePath: $(Build.SourcesDirectory)/eng/common/scripts/Verify-RestApiSpecLocation.ps1 arguments: > -ServiceDirectory "${{ parameters.ServiceDirectory }}" -PackageName "${{ parameters.PackageName }}" -ArtifactLocation: "${{ parameters.ArtifactLocation }}" pwsh: true workingDirectory: $(Pipeline.Workspace) displayName: Verify REST API spec location for "${{ parameters.PackageName }}" env: GH_TOKEN: $(azuresdk-github-pat) condition: and(succeededOrFailed(), ne(variables['Skip.Verify-RestApiSpecLocation'], 'true'))

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