Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOSTED_DOMAIN | No | Optional: Use this to restrict access to a specific Google Workspace hosted domain. | |
| ALLOWED_API_KEYS | Yes | A comma-separated list of API keys authorized to access the MCP endpoints. | |
| GOOGLE_CLIENT_ID | Yes | The Client ID for your Google Cloud OAuth Client app. | |
| GOOGLE_CLIENT_SECRET | Yes | The Client secret for your Google Cloud OAuth Client app. | |
| COOKIE_ENCRYPTION_KEY | Yes | A random string used for encrypting cookies (e.g., generated with 'openssl rand -hex 32'). |
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 | |