Skip to main content
Glama
flujo-app

mcp-gmail-oauth

by flujo-app

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_GMAIL_LISTENNoHTTP listener address in host:port format.127.0.0.1:3000
MCP_GMAIL_DB_PATHNoPath to the SQLite database file.~/.mcp-gmail-oauth/mcp-gmail-oauth.sqlite
MCP_GMAIL_LOG_LEVELNoLog level: debug, info, warn, error.info
MCP_GMAIL_TRANSPORTNoTransport mode: 'stdio', 'http', or 'remote' (alias for 'http').stdio
MCP_GMAIL_ALLOWED_HOSTSNoComma-separated list of additional allowed hostnames.
MCP_GMAIL_LOCAL_USER_IDNoLocal user identity for stdio mode.local
GOOGLE_OAUTH_CLIENT_FILEYesPath to the Google OAuth client JSON file. Required for both stdio and HTTP modes.
MCP_GMAIL_ENCRYPTION_KEYNo32-byte base64url or 64-hex secret for encrypting Google tokens. Required for HTTP with non-loopback public base URL.
MCP_GMAIL_PUBLIC_BASE_URLNoExternal origin URL (e.g., https://gmail-mcp.example.com). Required for HTTP/remote mode, defaults to derived listener origin.
MCP_GMAIL_ALLOW_INSECURE_HTTPNoSet to 'true' to allow loopback HTTP in development (only localhost, 127.0.0.1, ::1).false
MCP_GMAIL_OAUTH_MAX_CONCURRENTNoMaximum in-flight requests total.128
MCP_GMAIL_OAUTH_TRUSTED_PROXY_HOPSNoNumber of trusted proxy hops for client IP detection.0
MCP_GMAIL_OAUTH_DYNAMIC_CLIENT_LIMITNoMaximum number of unverified dynamic clients stored.1000
MCP_GMAIL_OAUTH_MAX_CONCURRENT_PER_IPNoMaximum in-flight requests per IP.8
MCP_GMAIL_OAUTH_RATE_LIMIT_PER_MINUTENoOAuth requests per IP per minute.120
MCP_GMAIL_OAUTH_DCR_RATE_LIMIT_PER_HOURNoDCR requests per IP per hour.10
MCP_GMAIL_OAUTH_DYNAMIC_CLIENT_MAX_IDLE_DAYSNoInactive DCR client pruning age in days.30
MCP_GMAIL_OAUTH_GLOBAL_RATE_LIMIT_PER_MINUTENoOAuth requests total per minute.10000
MCP_GMAIL_OAUTH_GLOBAL_DCR_RATE_LIMIT_PER_HOURNoDCR requests total per hour.100

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/flujo-app/mcp-gmail-oauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server