# Zapmail MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Required: Your Zapmail API key
ZAPMAIL_API_KEY=your-zapmail-api-key-here
# Optional: Default workspace ID
ZAPMAIL_WORKSPACE_KEY=your-workspace-id-here
# Optional: Email service provider (GOOGLE or MICROSOFT)
ZAPMAIL_SERVICE_PROVIDER=GOOGLE
# Optional: Logging level (DEBUG, INFO, WARN, ERROR)
ZAPMAIL_LOG_LEVEL=INFO
# Optional: Maximum retry attempts for API calls
ZAPMAIL_MAX_RETRIES=3
# Optional: Request timeout in milliseconds
ZAPMAIL_TIMEOUT_MS=30000
# Optional: Enable response caching (true/false)
ZAPMAIL_ENABLE_CACHE=true
# Optional: Enable performance metrics (true/false)
ZAPMAIL_ENABLE_METRICS=true
# Optional: Rate limiting delay in milliseconds
ZAPMAIL_RATE_LIMIT_DELAY=1000
# Optional: OpenAI API key for enhanced natural language processing
OPENAI_API_KEY=your-openai-api-key-here
# Optional: Custom API base URL (usually not needed)
# ZAPMAIL_API_BASE=https://api.zapmail.ai/api
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/dsouzaalan/zapmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server