We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/urfanazad/BQ_MCP_OPTIMISER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
GOOGLE_REFRESH_TOKEN=your-refresh-token
# ==============================================================================
# Data Source Configuration
# ==============================================================================
# Set the data source type: "bigquery" or "azuresql"
DATA_SOURCE_TYPE="azuresql"
# ==============================================================================
# Azure SQL Configuration (if DATA_SOURCE_TYPE is "azuresql")
# ==============================================================================
AZURE_SQL_SERVER="your_server.database.windows.net"
AZURE_SQL_DATABASE="your_database"
AZURE_SQL_USERNAME="your_username"
AZURE_SQL_PASSWORD="your_password"
# ==============================================================================
# Azure Monitor and OpenAI Configuration
# ==============================================================================
AZURE_SUBSCRIPTION_ID="your_subscription_id"
AZURE_RESOURCE_GROUP="your_resource_group"
AZURE_TENANT_ID="your_tenant_id"
AZURE_CLIENT_ID="your_client_id"
AZURE_CLIENT_SECRET="your_client_secret"
AZURE_MONITOR_WORKSPACE_ID="your_log_analytics_workspace_id"
AZURE_OPENAI_API_KEY="your_openai_api_key"
AZURE_OPENAI_ENDPOINT="your_openai_endpoint"
AZURE_OPENAI_DEPLOYMENT_NAME="your_openai_deployment_name"