Skip to main content
Glama

Google Workspace MCP Server

ecosystem.config.js•915 B
module.exports = { apps: [{ name: 'google-workspace-tools', script: 'dist/service.js', cwd: process.cwd(), instances: 1, exec_mode: 'fork', // Environment env: { NODE_ENV: 'production', PORT: 8080, LOG_LEVEL: 'info' }, // Restart policy restart_delay: 1000, max_restarts: 10, min_uptime: '10s', // Auto restart on file changes (disable in production) watch: false, ignore_watch: ['node_modules', 'logs', '*.log'], // Logging log_file: 'logs/combined.log', out_file: 'logs/out.log', error_file: 'logs/error.log', log_date_format: 'YYYY-MM-DD HH:mm:ss Z', merge_logs: true, // Auto-restart configurations autorestart: true, max_memory_restart: '1G', // Health monitoring health_check_url: 'http://localhost:8080/health', health_check_grace_period: 3000 }] }

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/cfdude/composio-google-workspace'

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