# Metabase Server Connection Settings
METABASE_URL=https://your-metabase-instance.com
METABASE_API_KEY=your_api_key
# Alternative Authentication
# METABASE_USER_EMAIL=your_email@example.com
# METABASE_PASSWORD=your_password
# Optional
LOG_LEVEL=info # Logging Configuration - 'debug', 'info', 'warn', 'error', 'fatal'
CACHE_TTL_MS=600000 # 10 minutes by default
REQUEST_TIMEOUT_MS=600000 # 10 minutes by default
EXPORT_DIRECTORY=~/Downloads/Metabase # Export file location (Or ${DOWNLOADS}/Metabase)
# Server Settings (optional)
MCP_SERVER_PORT=3000