Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
devops-variables-clear.yml523 B
parameters: - name: Variables type: object default: [] - name: ContinueOnError type: boolean default: false steps: - pwsh: | $rawVariables = @" ${{ convertToJson(parameters.Variables) }} "@ $variables = ConvertFrom-Json $rawVariables -AsHashtable foreach ($key in $variables.Keys) { Write-Host "Clearing: $key" Write-Host "##vso[task.setvariable variable=$key]" } continueOnError: ${{ parameters.ContinueOnError }} displayName: Clear DevOps Variables

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