World Clocks
by yomgui
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port on which the MCP server listens. The local endpoint is http://localhost:4321/mcp when PORT is not overridden. | 4321 |
| AUTH_ISSUER | No | Issuer for JWT verification. Required when AUTH_REQUIRED=true. | |
| AUTH_AUDIENCE | No | Expected audience (this server's resource URL) for JWT verification. Required when AUTH_REQUIRED=true. | |
| AUTH_JWKS_URL | No | JWKS URL for JWT verification. Required when AUTH_REQUIRED=true. | |
| AUTH_REQUIRED | No | Whether to require authentication. Set to 'true' for per-member deployment with an authorization server, or 'false' for shared demo mode. | false |
| PUBLIC_BASE_URL | No | Public base URL of the server. Required for per-member deployment when AUTH_REQUIRED=true. | |
| BLOB_READ_WRITE_TOKEN | No | Vercel 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_DIR | No | Directory 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
| 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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues