We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amit-confer/Gmail-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•369 B
# Path to your Google Cloud OAuth2 credentials JSON file
# Default: credentials.json (in the current directory)
GMAIL_CREDENTIALS_PATH=credentials.json
# Path where the authenticated token will be stored
# Default: token.json (in the current directory)
GMAIL_TOKEN_PATH=token.json
# Optional: Default number of emails to fetch in list_emails
# GMAIL_DEFAULT_LIMIT=10