Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 127.0.0.1 |
| PORT | No | MCP server port | 3000 |
| LOG_LEVEL | No | Logging level: debug, info, warning, error | |
| AUTH_ENABLED | No | Enable OAuth authentication | true |
| OAUTH_SCOPES | No | Google Calendar API scopes | https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar.readonly |
| TOKENS_ENC_KEY | No | 32-byte base64url encryption key for Cloudflare Workers token storage | |
| RS_TOKENS_ENC_KEY | No | 32-byte base64 key for token encryption (recommended for production) | |
| OAUTH_REDIRECT_URI | No | Callback URL for OAuth | http://127.0.0.1:3001/oauth/callback |
| PROVIDER_CLIENT_ID | Yes | Google OAuth Client ID (required) | |
| PROVIDER_CLIENT_SECRET | Yes | Google OAuth Client Secret (required) | |
| OAUTH_REDIRECT_ALLOWLIST | No | Comma-separated allowed redirect URIs | alice://oauth/callback,http://127.0.0.1:3001/oauth/callback |
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 | |