Skip to main content
Glama
daviiiL

gmail-mcp-server-typescript

by daviiiL

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort inside the container8080
BIND_HOSTNoInterface to bind. Defaults to loopback so a bare `pnpm dev` is never exposed. Containers must set 0.0.0.0.127.0.0.1
LOG_LEVELNodebug | info | warn | errorinfo
UPSTREAM_URLNoGoogle's MCP endpointhttps://gmailmcp.googleapis.com/mcp/v1
MAX_BODY_BYTESNoRequest body cap. Gmail allows 25 MB attachments and base64 inflates ~33%, so a compose call can legitimately reach ~34 MB. Bodies are buffered to allow replay on a 401 retry, so this is also a memory bound.41943040
TOKEN_ENDPOINTNoOverride for testinghttps://oauth2.googleapis.com/token
GOOGLE_CLIENT_IDYesOAuth client ID
GOOGLE_CLIENT_SECRETYesOAuth client secret
GOOGLE_REFRESH_TOKENYesLong-lived token minted in step 3

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/daviiiL/gmail-mcp-server-typescript-autogenerated'

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