Skip to main content
Glama

Frontapp MCP Server

by zqushair
.env.example773 B
# Frontapp API credentials FRONTAPP_API_KEY=your_frontapp_api_key_here # Webhook configuration WEBHOOK_SECRET=your_webhook_secret_here WEBHOOK_BASE_URL=https://your-webhook-url.com # Server configuration PORT=3000 # Logging and Monitoring LOG_LEVEL=info METRICS_INTERVAL=60000 # API Gateway configuration API_KEY=your_api_key_here CORS_ORIGINS=* RATE_LIMIT_WINDOW_MS=900000 RATE_LIMIT_MAX=100 # Security configuration # Generate a secure encryption key with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" ENCRYPTION_KEY=your_encryption_key_here CREDENTIALS_DIR=./credentials # HTTPS configuration (optional) HTTPS_ENABLED=false HTTPS_CERT=path/to/cert.pem HTTPS_KEY=path/to/key.pem # Rate limiting configuration RATE_LIMITING_ENABLED=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/zqushair/Frontapp-MCP'

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