Skip to main content
Glama
yomgui

World Clocks

by yomgui

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port on which the MCP server listens. The local endpoint is http://localhost:4321/mcp when PORT is not overridden.4321
AUTH_ISSUERNoIssuer for JWT verification. Required when AUTH_REQUIRED=true.
AUTH_AUDIENCENoExpected audience (this server's resource URL) for JWT verification. Required when AUTH_REQUIRED=true.
AUTH_JWKS_URLNoJWKS URL for JWT verification. Required when AUTH_REQUIRED=true.
AUTH_REQUIREDNoWhether to require authentication. Set to 'true' for per-member deployment with an authorization server, or 'false' for shared demo mode.false
PUBLIC_BASE_URLNoPublic base URL of the server. Required for per-member deployment when AUTH_REQUIRED=true.
BLOB_READ_WRITE_TOKENNoVercel Blob read/write token. Set this to use Vercel Blob for persistence. If neither this nor WORLD_CLOCKS_DATA_DIR is set, memory storage is used.
WORLD_CLOCKS_DATA_DIRNoDirectory path for file-based persistence. Set this to use file storage. If neither this nor BLOB_READ_WRITE_TOKEN is set, memory storage is used.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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