Skip to main content
Glama

Instantly MCP Server

.env.production998 B
# Production Environment Configuration for Instantly MCP Server # This file contains default production settings # Override these with actual environment variables in your deployment platform # Server Configuration NODE_ENV=production TRANSPORT_MODE=http PORT=8080 HOST=0.0.0.0 # CORS Configuration (production domains) CORS_ORIGINS=https://claude.ai,https://cursor.sh,https://instantly.ai,https://mcp.instantly.ai # Rate Limiting (production settings) RATE_LIMIT_WINDOW_MS=60000 RATE_LIMIT_MAX_REQUESTS=100 # Session Management SESSION_TIMEOUT_MS=1800000 # Logging Configuration LOG_LEVEL=info LOG_FORMAT=json # Health Check Configuration HEALTH_CHECK_TIMEOUT=5000 # Performance Monitoring ENABLE_PERFORMANCE_MONITORING=true MEMORY_THRESHOLD_MB=512 # Security Settings ENABLE_RATE_LIMITING=true ENABLE_DNS_REBINDING_PROTECTION=true # API Configuration # Note: INSTANTLY_API_KEY should be provided per-request in production # Do not set a global API key in production for security reasons

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/bcharleson/Instantly-MCP'

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