Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
Dockerfile595 B
# Build the runtime image FROM mcr.microsoft.com/dotnet/aspnet:9.0.8-bookworm-slim AS runtime # Add build argument for publish directory ARG PUBLISH_DIR # Error out if PUBLISH_DIR is not set RUN if [ -z "$PUBLISH_DIR" ]; then \ echo "ERROR: PUBLISH_DIR build argument is required" && exit 1; \ fi # Copy the contents of the publish directory COPY ${PUBLISH_DIR} . # List the contents of the current directory RUN ls -la RUN if [ ! -f "azmcp.dll" ]; then \ echo "ERROR: azmcp 'azmcp.dll' does not exist" && exit 1; \ fi ENTRYPOINT ["dotnet", "azmcp.dll", "server", "start"]

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