Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
integration.yml1.08 kB
jobs: - job: PublishDev displayName: "Publish to dev feed" condition: and(succeeded(), ne(variables['Skip.PublishPackage'], 'true')) steps: - checkout: self - download: current displayName: Download $(PipelineArtifactName)_packed artifact: $(PipelineArtifactName)_packed - template: /eng/pipelines/templates/steps/publish-to-dev-feed.yml parameters: PathToArtifacts: $(Pipeline.Workspace)/$(PipelineArtifactName)_packed Registry: https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/ ${{ if and(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.Reason'], 'IndividualCI')) }}: Tag: dev ${{ else }}: Tag: pre # - job: PublishDocsToNightly # displayName: "Update Package Versions" # condition: and(succeeded(), or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))) # dependsOn: PublishDev # steps: # - checkout: self # TODO: Add the steps to publish the docs

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