Skip to main content
Glama

Azure MCP Server

Official
test-proxy-tool-shutdown.yml347 B
steps: - pwsh: | Stop-Process -Id $(PROXY_PID) displayName: 'Shut down the testproxy - windows' condition: and(succeeded(), eq(variables['Agent.OS'],'Windows_NT')) - bash: | kill -9 $(PROXY_PID) displayName: "Shut down the testproxy - linux/mac" condition: and(succeeded(), ne(variables['Agent.OS'],'Windows_NT'))

Latest Blog Posts

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