.env.example•723 B
# SendGrid MCP Server Configuration
# Copy this file to .env and fill in your actual values
# SendGrid API Key (Required)
# Get this from: https://app.sendgrid.com/settings/api_keys
# Format: SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SENDGRID_API_KEY=your_sendgrid_api_key_here
# Optional: Server Configuration
# MCP_SERVER_NAME=sendgrid-mcp
# MCP_SERVER_VERSION=1.0.0
# Optional: Logging Level
# LOG_LEVEL=info
# Optional: Request Timeout (in milliseconds)
# REQUEST_TIMEOUT=30000
# Optional: Read-Only Mode (Default: true)
# When true, only non-mutating operations are available (list, get, search, open)
# Set to false to enable create, update, delete, and send operations
# READ_ONLY=true