Skip to main content
Glama

WoW Guild Analytics MCP Server

by noahmott
.env.example3.9 kB
# ============================================================================== # WoW Guild Analytics MCP Server - Environment Configuration # ============================================================================== # Copy this file to .env and fill in your actual values # Never commit the .env file with real credentials to version control! # ============================================================================== # ------------------------------------------------------------------------------ # REQUIRED: Blizzard API Credentials # ------------------------------------------------------------------------------ # Get your credentials from: https://develop.battle.net/ # Create an application and use the Client ID and Secret BLIZZARD_CLIENT_ID=your_blizzard_client_id_here BLIZZARD_CLIENT_SECRET=your_blizzard_client_secret_here BLIZZARD_REGION=us BLIZZARD_LOCALE=en_US WOW_VERSION=retail # ------------------------------------------------------------------------------ # REQUIRED: Redis Configuration # ------------------------------------------------------------------------------ # For local development: redis://localhost:6379 # For Heroku with Redis addon: Automatically set as REDIS_URL # For Heroku TLS Redis: rediss://... REDIS_URL=redis://localhost:6379 # ------------------------------------------------------------------------------ # OPTIONAL: OAuth Authentication # ------------------------------------------------------------------------------ # Set OAUTH_PROVIDER to enable user authentication # Options: discord (leave empty to disable authentication) OAUTH_PROVIDER= # OAuth Base URL - Your server's public URL # Local: http://localhost:8000 # Production: https://your-app.herokuapp.com OAUTH_BASE_URL=http://localhost:8000 # Discord OAuth # Get credentials from: https://discord.com/developers/applications # Redirect URI: {OAUTH_BASE_URL}/oauth/callback DISCORD_CLIENT_ID= DISCORD_CLIENT_SECRET= # Discord Bot Configuration (optional, for bot features) DISCORD_APPLICATION_ID= DISCORD_BOT_TOKEN= DISCORD_PUBLIC_KEY= # ------------------------------------------------------------------------------ # OPTIONAL: Supabase (Activity Logging & User Tracking) # ------------------------------------------------------------------------------ # Get from your Supabase project: Settings > API SUPABASE_URL= # IMPORTANT: Use the service_role key for server-side operations (bypasses RLS) SUPABASE_SERVICE_KEY= # The anon key (deprecated, keep for backwards compatibility) SUPABASE_KEY= # ------------------------------------------------------------------------------ # Server Configuration # ------------------------------------------------------------------------------ PORT=8000 HOST=0.0.0.0 # Database URL (automatically set by Heroku Postgres addon) # For local development, SQLite is used by default DATABASE_URL= # ------------------------------------------------------------------------------ # API Timeout Settings (in seconds) # ------------------------------------------------------------------------------ API_TIMEOUT_TOTAL=300 API_TIMEOUT_CONNECT=10 API_TIMEOUT_READ=60 # ------------------------------------------------------------------------------ # Debug Settings # ------------------------------------------------------------------------------ DEBUG=false # ------------------------------------------------------------------------------ # Feature Flags # ------------------------------------------------------------------------------ ENABLE_REDIS_CACHING=true ENABLE_SUPABASE_LOGGING=true ENABLE_AI_ANALYSIS=true # ------------------------------------------------------------------------------ # MCP Server Configuration (for production deployments) # ------------------------------------------------------------------------------ # Authentication token for MCP clients MCP_AUTH_TOKEN= # Public URL for the MCP server endpoint MCP_SERVER_URL=

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/noahmott/world_of_warcraft_mcp_server'

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