Skip to main content
Glama

Waygate MCP

.env.template•2.26 kB
# Waygate MCP Configuration Template # Copy this file to .env and fill in your actual values # Core Waygate Configuration DATABASE_URL=libsql://waygate-mcp-YOUR-USERNAME.turso.io?authToken=YOUR-TOKEN WAYGATE_SECRET_KEY=your-super-secret-key-change-this-in-production WAYGATE_ENV=production WAYGATE_LOG_LEVEL=INFO # Firebase MCP Server Configuration FIREBASE_PROJECT_ID=diagnostic-pro-start-up FIREBASE_REGION=us-central1 # Path to your Firebase service account JSON file GOOGLE_APPLICATION_CREDENTIALS=/path/to/firebase-service-account.json # Google Cloud / BigQuery MCP Server Configuration GOOGLE_CLOUD_PROJECT=diagnostic-pro-start-up BIGQUERY_DATASET=diagnosticpro_prod # GitHub MCP Server Configuration # Create at: https://github.com/settings/tokens GITHUB_TOKEN=ghp_your_github_personal_access_token GITHUB_OWNER=jeremylongshore # n8n Workflow MCP Server Configuration # Your n8n instance URL and API key N8N_API_URL=https://your-n8n-instance.com N8N_API_KEY=your_n8n_api_key # Docker Hub MCP Server Configuration # Create at: https://hub.docker.com/settings/security DOCKER_HUB_TOKEN=dckr_pat_your_docker_hub_token DOCKER_HUB_USERNAME=your_docker_username # Slack MCP Server Configuration (for Bob's Brain integration) # Bot token from Slack app settings SLACK_BOT_TOKEN=xoxb-your-slack-bot-token SLACK_APP_TOKEN=xapp-your-slack-app-token SLACK_WORKSPACE=intent-solutions # MCP Server Control # Comma-separated list of MCP servers to enable MCP_SERVERS_ENABLED=firebase,bigquery,github,n8n,docker_hub,slack # Auto-initialize MCP servers on startup MCP_AUTO_INITIALIZE=true # Optional: Custom MCP Server Configurations # Uncomment and modify as needed # Firebase specific settings # FIREBASE_EMULATOR_HOST=localhost:8080 # FIRESTORE_EMULATOR_HOST=localhost:8081 # BigQuery specific settings # BIGQUERY_LOCATION=US # BIGQUERY_JOB_TIMEOUT=300 # GitHub specific settings # GITHUB_API_URL=https://api.github.com # GITHUB_RATE_LIMIT=5000 # n8n specific settings # N8N_WEBHOOK_URL=https://your-n8n-instance.com/webhook # N8N_EXECUTION_TIMEOUT=3600 # Docker Hub specific settings # DOCKER_REGISTRY_URL=https://index.docker.io/v1/ # DOCKER_RATE_LIMIT=100 # Slack specific settings # SLACK_API_URL=https://slack.com/api # SLACK_SOCKET_MODE=true

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/jeremylongshore/waygate-mcp'

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