We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rlaput/azure-logs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Azure Application Registration Credentials
AZURE_CLIENT_ID=your_client_id_here
AZURE_TENANT_ID=your_tenant_id_here
AZURE_CLIENT_SECRET=your_client_secret_here
# Azure Monitor Configuration
AZURE_MONITOR_WORKSPACE_ID=your_workspace_id_here
# Optional Configuration
# NODE_ENV=development
# LOG_LEVEL=2
# Container/SSE Server Configuration
# PORT=3000
# TRANSPORT_MODE=sse
# CORS_ORIGIN=*