We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerichosequitin/Metabase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 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