We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/Automated-BOD-25-01-CISA-Microsoft-Policies-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Microsoft 365 Authentication
# Replace these values with your own credentials
# DO NOT commit the actual .env file to source control
# Azure AD Tenant ID
TENANT_ID=your-tenant-id-here
# Azure AD Application (Client) ID
CLIENT_ID=your-client-id-here
# Azure AD Client Secret
CLIENT_SECRET=your-client-secret-here
# Optional: Log Level (debug, info, warn, error)
LOG_LEVEL=info
# Optional: Custom configuration directory
CONFIG_DIR=./config
# Note: Create a copy of this file named '.env' and fill in your actual values
# The .env file is automatically ignored by .gitignore to prevent exposing secrets