We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evolsb/fast-intercom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•656 B
# FastIntercom MCP Server Configuration
# Required: Your Intercom Access Token
INTERCOM_ACCESS_TOKEN=your_intercom_token_here
# Sync Configuration
FASTINTERCOM_INITIAL_SYNC_DAYS=90 # Number of days to sync initially (0 = ALL history)
FASTINTERCOM_MAX_SYNC_AGE_MINUTES=5 # Trigger sync if data older than this
FASTINTERCOM_BACKGROUND_SYNC_INTERVAL=10 # Background sync check interval (minutes)
# Logging
FASTINTERCOM_LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR
# Advanced: Data Storage (optional - defaults work for containers)
# FASTINTERCOM_DB_PATH=/data/fastintercom.db
# FASTINTERCOM_CONFIG_PATH=/config/config.json