Skip to main content
Glama

Azure MCP Server

by idofrizler
Dockerfile408 B
# Use Python 3.12 slim image FROM python:3.12-slim-bookworm # Set working directory WORKDIR /app # Copy project files COPY . . # Install dependencies and the project RUN pip install -e . # Set environment variables ENV PYTHONUNBUFFERED=1 # Set the entrypoint ENTRYPOINT ["azure-mcp-server"] # Label the image LABEL maintainer="idofrizler" \ description="Azure MCP Server" \ version="1.0.0"

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/idofrizler/azure-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server