Skip to main content
Glama

Waygate MCP

.env.example•821 B
# Waygate MCP Configuration WAYGATE_MODE=local_vm WAYGATE_ENV=development WAYGATE_LOG_LEVEL=INFO WAYGATE_LOG_FORMAT=json # Paths WAYGATE_BASE_DIR=/home/jeremy WAYGATE_PROJECTS_DIR=/home/jeremy/projects WAYGATE_DATA_DIR=/home/jeremy/.waygate/data WAYGATE_LOG_DIR=/home/jeremy/.waygate/logs # Server Configuration WAYGATE_HOST=0.0.0.0 WAYGATE_PORT=8000 WAYGATE_WORKERS=4 WAYGATE_RELOAD=true # Security WAYGATE_SECRET_KEY=change-this-in-production-use-secrets-manager WAYGATE_CORS_ORIGINS=["http://localhost:3000","http://localhost:8080"] WAYGATE_API_KEY_HEADER=X-API-Key # Database WAYGATE_DB_URL=sqlite:///waygate.db WAYGATE_DB_POOL_SIZE=5 WAYGATE_DB_POOL_MAX=10 # Cache WAYGATE_CACHE_TYPE=memory WAYGATE_CACHE_TTL=300 # Monitoring WAYGATE_METRICS_ENABLED=true WAYGATE_METRICS_PORT=9090 WAYGATE_TRACING_ENABLED=false

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