Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
create-authenticated-npmrc.yml894 B
parameters: - name: npmrcPath type: string - name: registryUrl type: string - name: CustomCondition type: string default: succeeded() steps: - pwsh: | Write-Host "Creating .npmrc file ${{ parameters.npmrcPath }} for registry ${{ parameters.registryUrl }}" $parentFolder = Split-Path -Path '${{ parameters.npmrcPath }}' -Parent if (!(Test-Path $parentFolder)) { Write-Host "Creating folder $parentFolder" New-Item -Path $parentFolder -ItemType Directory | Out-Null } $content = "registry=${{ parameters.registryUrl }}`n`nalways-auth=true" $content | Out-File '${{ parameters.npmrcPath }}' displayName: 'Create .npmrc' condition: ${{ parameters.CustomCondition }} - task: npmAuthenticate@0 displayName: Authenticate .npmrc condition: ${{ parameters.CustomCondition }} inputs: workingFile: ${{ parameters.npmrcPath }}

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