Skip to main content
Glama

Google MCP Router

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_PORTNoThe port number for the application8080
NODE_ENVNoThe Node.js environment modestaging
LOG_LEVELNoThe logging levelinfo
REDIS_URLNoRedis connection URL (optional, falls back to in-memory store)redis://localhost:6379
WORK_DAYSNoComma-separated list of work daysMon,Tue,Wed,Thu,Fri
DEFAULT_TZNoThe default timezoneAmerica/Chicago
TOKEN_ENC_KEYYesBase64 encryption key for token storage
WORK_HOURS_ENDNoThe end time for work hours18:00
GOOGLE_CLIENT_IDYesYour Google OAuth client ID
WORK_HOURS_STARTNoThe start time for work hours08:00
GMAIL_SENDER_NAMENoThe sender name for Gmail
GMAIL_SENDER_EMAILYesThe sender email address for Gmail
DEFAULT_MEETING_MINNoThe default meeting duration in minutes30
GOOGLE_REDIRECT_URINoThe Google OAuth redirect URIhttp://localhost:8080/oauth/google/callback
GOOGLE_CLIENT_SECRETYesYour Google OAuth client secret
ALLOWLIST_CALENDAR_IDSNoComma-separated list of allowed calendar IDsprimary

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/Thinh-nguyen-03/virtual-assistant-mcp'

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