Skip to main content
Glama

Azure MCP Server

by idofrizler
docker-entrypoint.sh268 B
#!/bin/bash set -e # Output environment variables for debugging (excluding secrets) echo "Starting Azure Resource MCP Server in Docker..." echo " Subscription ID: $AZURE_SUBSCRIPTION_ID" # Run the MCP server exec /app/.venv/bin/python -m azure_mcp_server.main "$@"

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