Skip to main content
Glama

Azure AI MCP Server

by caiotk
.env.exampleβ€’1.46 kB
# Azure AI MCP Server Environment Configuration # Copy this file to .env and fill in your actual values # Azure OpenAI Configuration AZURE_OPENAI_ENDPOINT=https://your-openai.openai.azure.com/ AZURE_OPENAI_API_KEY=your-api-key AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4 # Azure Cognitive Services AZURE_COGNITIVE_SERVICES_ENDPOINT=https://your-region.api.cognitive.microsoft.com/ AZURE_COGNITIVE_SERVICES_KEY=your-key # Azure Storage AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=your-account;AccountKey=your-key;EndpointSuffix=core.windows.net # Azure AD Authentication (for production) AZURE_TENANT_ID=your-tenant-id AZURE_CLIENT_ID=your-client-id AZURE_CLIENT_SECRET=your-client-secret # Monitoring & Observability AZURE_APPLICATION_INSIGHTS_CONNECTION_STRING=InstrumentationKey=your-key;IngestionEndpoint=https://your-region.in.applicationinsights.azure.com/ LOG_LEVEL=info # Server Configuration PORT=3000 NODE_ENV=development # Rate Limiting RATE_LIMIT_WINDOW_MS=60000 RATE_LIMIT_MAX_REQUESTS=100 # Chaos Engineering (for testing environments) CHAOS_TEST_DURATION=5 CHAOS_RECOVERY_TIMEOUT=10 AZURE_CHAOS_STUDIO_ENDPOINT=https://your-region.chaos.azure.com/ # Lab Environment Settings AZURE_SUBSCRIPTION_ID=your-subscription-id AZURE_RESOURCE_GROUP_NAME=rg-azure-ai-mcp-server-dev CONTAINER_APP_NAME=ca-azure-ai-mcp-server-dev HEALTH_CHECK_URL=http://localhost:3000 # Contact Information SUPPORT_EMAIL=aiadvise@nexguide.ai

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/caiotk/nexguideai-azure-ai-mcp-server'

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