# Instantly MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Required: Your Instantly API key
# Get this from your Instantly dashboard > Integrations > API keys
INSTANTLY_API_KEY=your_api_key_here
# Optional: Port to run the server on (default: 3000)
# PORT=3000
# Optional: Set to 'true' to enable verbose logging (default: false)
# DEBUG=true