Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENTRA_CLIENT_ID | Yes | Your Azure AD Application (client) ID | |
| ENTRA_TENANT_ID | Yes | Use 'common' for multi-tenant (work/school AND personal Microsoft accounts), 'organizations' for work/school accounts only, 'consumers' for personal accounts only, or your specific tenant ID for single-tenant | common |
| DEFAULT_TIMEZONE | No | Your preferred timezone for task due dates and reminders (e.g., Asia/Tokyo, America/New_York, Europe/London) | Europe/London |
| ENTRA_CLIENT_SECRET | Yes | Your Azure AD client secret value | |
| COOKIE_ENCRYPTION_KEY | Yes | A random string for cookie encryption (e.g., generate with openssl rand -hex 32) |
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 | |