Gmail Streamable MCP Server
by iceener
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the MCP server (default 3000) | 3000 |
| AUTH_ENABLED | No | Enable authentication (default true) | true |
| OAUTH_SCOPES | No | OAuth scopes (space-separated) | |
| AUTH_STRATEGY | No | Authentication strategy (default oauth) | oauth |
| OAUTH_TOKEN_URL | No | OAuth token URL (default https://oauth2.googleapis.com/token) | https://oauth2.googleapis.com/token |
| RS_TOKENS_ENC_KEY | No | Encryption key for OAuth tokens (required for Cloudflare) - 32-byte base64url | |
| OAUTH_REDIRECT_URI | No | OAuth redirect URI for custom protocol | |
| PROVIDER_CLIENT_ID | No | Google OAuth client ID | |
| OAUTH_REVOCATION_URL | No | OAuth revocation URL (default https://oauth2.googleapis.com/revoke) | https://oauth2.googleapis.com/revoke |
| PROVIDER_ACCOUNTS_URL | No | Google accounts URL (default https://accounts.google.com) | https://accounts.google.com |
| PROVIDER_CLIENT_SECRET | No | Google OAuth client secret | |
| OAUTH_AUTHORIZATION_URL | No | OAuth authorization URL (default https://accounts.google.com/o/oauth2/v2/auth) | https://accounts.google.com/o/oauth2/v2/auth |
| OAUTH_EXTRA_AUTH_PARAMS | No | Extra OAuth authorization parameters (default access_type=offline&prompt=consent) | access_type=offline&prompt=consent |
| OAUTH_REDIRECT_ALLOWLIST | No | Comma-separated list of allowed redirect URIs |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/iceener/gmail-streamable-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server