We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enessari/metabase-ai-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Metabase Configuration
METABASE_URL=http://localhost:3000
METABASE_USERNAME=your_username
METABASE_PASSWORD=your_password
METABASE_API_KEY=
# Database Configuration (for direct SQL execution)
DATABASE_TYPE=postgres
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_NAME=your_database
DATABASE_USER=your_user
DATABASE_PASSWORD=your_password
# AI Configuration
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
# Application Settings
PORT=3001
LOG_LEVEL=info
ENVIRONMENT=development