Skip to main content
Glama

Timezone MCP Server

by sam-artuso

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWT_SECRETYesYour super secret JWT key for authentication
OAUTH2_SCOPEYesOAuth2 scope for authentication (e.g., openid email profile)
ALLOWED_EMAILSYesComma-separated list of allowed email addresses for user allowlist
JWT_EXPIRES_INNoJWT token expiration time in seconds3600
OAUTH2_CLIENT_IDYesOAuth2 client ID from your provider
OAUTH2_TOKEN_URLYesOAuth2 token URL (e.g., https://oauth2.googleapis.com/token)
OAUTH2_CALLBACK_URLNoOAuth2 callback URLhttp://localhost:3000/auth/callback
OAUTH2_CLIENT_SECRETYesOAuth2 client secret from your provider
OAUTH2_USER_INFO_URLYesOAuth2 user info URL (e.g., https://www.googleapis.com/oauth2/v2/userinfo)
OAUTH2_AUTHORIZATION_URLYesOAuth2 authorization URL (e.g., https://accounts.google.com/o/oauth2/v2/auth)

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/sam-artuso/demo-mcp'

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