Skip to main content
Glama

Azure MCP Server

by idofrizler
docker-compose.yml540 B
version: '3.8' services: azure-mcp-server: build: context: . dockerfile: Dockerfile volumes: - ./:/app environment: - AZURE_SUBSCRIPTION_ID=${AZURE_SUBSCRIPTION_ID} - AZURE_TENANT_ID=${AZURE_TENANT_ID} - AZURE_CLIENT_ID=${AZURE_CLIENT_ID} - AZURE_CLIENT_SECRET=${AZURE_CLIENT_SECRET} stdin_open: true # Keep STDIN open even if not attached tty: true # Allocate a pseudo-TTY # For debugging/interactive use only - normally the MCP server runs with stdio transport

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