Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEZONE | No | IANA timezone override (e.g., America/New_York). Overrides stored config and OS detection. | |
| HTTP_HOST | No | Bind address for HTTP transport. Use 0.0.0.0 only behind a reverse proxy. | 127.0.0.1 |
| HTTP_PORT | No | Port for HTTP transport. When set, enables streamable HTTP mode instead of stdio. | |
| TENANT_ID | No | UUID for tenant isolation | |
| REDIS_URLS | No | Comma-separated Redis URLs. When set, activates Full Mode with distributed locking. | |
| LOCK_TTL_SECS | No | Lock time-to-live in seconds | 30 |
| ALLOWED_ORIGINS | No | Comma-separated allowed Origin headers for HTTP mode (e.g., http://localhost:3000). All cross-origin requests rejected if unset. | |
| GOOGLE_CLIENT_ID | No | Google OAuth Client ID from Cloud Console | |
| OAUTH_REDIRECT_PORT | No | Port for the local OAuth callback server | 8085 |
| GOOGLE_CLIENT_SECRET | No | Google OAuth Client Secret | |
| GOOGLE_OAUTH_CREDENTIALS | No | Path to Google OAuth JSON credentials file (alternative to CLIENT_ID + CLIENT_SECRET) |
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 | |