Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| GOOGLE_CLIENT_ID | No | Google OAuth 2.0 client ID for accessing Google Workspace services | |
| MCP_MAX_SESSIONS | No | Maximum concurrent sessions | 4 |
| EXTERNAL_MCPS_JSON | No | JSON configuration for external MCP servers | |
| MCP_MAX_OUTPUT_SIZE | No | Max output size per buffer (default: 50KB) | 50000 |
| GOOGLE_CLIENT_SECRET | No | Google OAuth 2.0 client secret for accessing Google Workspace services | |
| MCP_AUTO_RESET_ENABLED | No | Enable automatic memory management | true |
| MCP_AUTO_RESET_THRESHOLD | No | Operations before auto-cleanup | 200 |
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 | |