Skip to main content
Glama

Metabase AI Assistant

ecosystem.config.js568 B
module.exports = { apps: [{ name: 'metabase-ai-mcp', script: 'src/mcp/server.js', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'production', LOG_LEVEL: 'info' }, env_production: { NODE_ENV: 'production', LOG_LEVEL: 'error' }, error_file: './logs/mcp-error.log', out_file: './logs/mcp-out.log', log_file: './logs/mcp-combined.log', time: true, merge_logs: true, max_restarts: 10, min_uptime: '10s', restart_delay: 4000 }] };

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/enessari/metabase-ai-assistant'

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