We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zoyth/cakemail-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•559 B
# Copy this file to .env and fill in your actual credentials
# DO NOT commit the .env file to version control
# Cakemail API Credentials
CAKEMAIL_USERNAME='your-email@example.com'
CAKEMAIL_PASSWORD='your-secure-password-here'
# Optional: API Base URL (defaults to https://api.cakemail.com)
# CAKEMAIL_BASE_URL=https://api.cakemail.com
# Optional: Enable debug mode (defaults to false)
# CAKEMAIL_DEBUG=false
# Test Environment (optional)
# CAKEMAIL_TEST_USERNAME='test-email@example.com'
# CAKEMAIL_TEST_PASSWORD='test-password'
# CAKEMAIL_TEST_MODE=false