We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GodotH/GMAIL-MCP-PLUS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•527 B
# Gmail MCP Pro Configuration
# Copy this file to .env and fill in your values
# Your Gmail address
EMAIL_ADDRESS=your.email@gmail.com
# Gmail App Password (NOT your regular password!)
# Get one from: https://myaccount.google.com/apppasswords
# Requires 2-Step Verification to be enabled
EMAIL_PASSWORD=xxxx xxxx xxxx xxxx
# IMAP Settings (Gmail defaults - usually no need to change)
IMAP_HOST=imap.gmail.com
IMAP_PORT=993
# SMTP Settings (Gmail defaults - usually no need to change)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587