Skip to main content
Glama

MoEngage Documentation MCP Server

.env.example718 B
# MoEngage MCP Server Configuration # Database DATABASE_PATH=./data/moengage-docs.db # Update Schedule (cron format: sec min hour day month dayOfWeek) # Default: Every Sunday at 2 AM UPDATE_SCHEDULE=0 0 2 * * 0 # Logging LOG_LEVEL=info LOG_FILE=./logs/mcp-server.log # MoEngage Documentation Sources (comma-separated) SITEMAP_URLS=https://developers.moengage.com/hc/sitemap.xml,https://help.moengage.com/hc/sitemap.xml,https://partners.moengage.com/hc/sitemap.xml # Rate Limiting RATE_LIMIT_REQUESTS=10 RATE_LIMIT_WINDOW=1000 # Cache Settings CACHE_TTL=3600 ENABLE_CACHE=true # Server Settings PORT=3000 HOST=localhost # Update Settings FORCE_UPDATE_ON_START=false MAX_CONCURRENT_UPDATES=5 UPDATE_TIMEOUT=30000

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/poojitha-rachuri/moengage-documentation-mcp-server'

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