Skip to main content
Glama

Google Calendar and Meet MCP Server

by INSIDE-HAIR
docker-compose.local.yml•1.3 kB
# Google Meet MCP Server v3.0 - Local Development (Simplified) # Ultra-simple Docker Compose for quick local development services: google-meet-mcp: build: context: . dockerfile: Dockerfile container_name: google-meet-mcp-local restart: unless-stopped # Simple environment configuration environment: - NODE_ENV=development - LOG_LEVEL=debug - ENABLE_HEALTH_CHECK=true - HEALTH_CHECK_PORT=9090 # Load credentials from local env file env_file: - .env.local # Minimal volume mounts for development volumes: - ./src:/app/src:ro # Hot reload source code - ./.env.local:/app/.env.local:ro # Environment variables # Expose health check port ports: - "9090:9090" # Interactive development stdin_open: true tty: true # Resource limits for local development deploy: resources: limits: memory: 512M cpus: '1.0' # Use main server and keep it running with tty command: ["tail", "-f", "/dev/null"] # No health check for now - just keep container running # healthcheck: # test: ["CMD", "echo", "healthy"] # interval: 30s # timeout: 5s # retries: 3 # start_period: 15s

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/INSIDE-HAIR/mcp-google-calendar-and-meet'

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