Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | Absolute path to the gmail-mcp directory to allow Python to locate the package modules. | |
| CONFIG_FILE_PATH | Yes | The absolute path to the config.yaml file, which contains non-sensitive server settings. | |
| GOOGLE_CLIENT_ID | Yes | Your Google Cloud Project OAuth 2.0 Client ID. | |
| CALENDAR_API_ENABLED | No | Optional setting to enable or disable Google Calendar integration features. Set to 'true' to enable. | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google Cloud Project OAuth 2.0 Client Secret. | |
| TOKEN_ENCRYPTION_KEY | Yes | A random encryption key used for securing tokens. Can be generated using Fernet.generate_key(). |
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 | |