google-workspace-unlimited
by dipseth
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| QDRANT_KEY | No | Qdrant API key (use NONE for no auth) | NONE |
| QDRANT_URL | No | Qdrant vector database URL | http://localhost:6333 |
| SERVER_HOST | No | Server bind address | localhost |
| SERVER_PORT | No | Server port | 8002 |
| ENABLE_HTTPS | No | Enable HTTPS/SSL | false |
| SSL_KEY_FILE | No | Path to SSL private key (Required if ENABLE_HTTPS is true) | |
| FASTMCP_CLOUD | No | Enable cloud deployment mode | false |
| MCP_TRANSPORT | No | Communication protocol (stdio or http). Glama's mcp-proxy expects stdio. | stdio |
| MINIMAL_TOOLS | No | Skip heavy module-wrapper indexing at startup (818-component email types, card_framework widgets). Set to 'true' for fast cold-start in environments with strict startup timeouts (Glama sandbox, CI smoke tests). | false |
| SSL_CERT_FILE | No | Path to SSL certificate (Required if ENABLE_HTTPS is true) | |
| SAMPLING_TOOLS | No | Enable sampling middleware tools (validation agents). Requires VENICE_INFERENCE_KEY, LITELLM_API_KEY, or ANTHROPIC_API_KEY. | false |
| CREDENTIALS_DIR | No | Directory for stored credentials | ./credentials |
| ENABLE_CODE_MODE | No | Enable Code Mode (sandboxed Python tool-call chaining via the `execute` meta-tool) | false |
| GMAIL_ALLOW_LIST | No | Comma-separated allowed email addresses | |
| GOOGLE_CLIENT_ID | No | OAuth 2.0 client ID from Google Cloud Console | |
| OAUTH_REDIRECT_URI | No | Must match Google Console exactly | http://localhost:8002/oauth2callback |
| QDRANT_AUTO_LAUNCH | No | Automatically launch Qdrant via Docker if not reachable. Set to 'false' in single-container environments where Docker-in-Docker isn't available (Glama sandbox). | true |
| SESSION_SECRET_KEY | No | Secret key for session management | |
| ATTACHMENT_TEMP_DIR | No | Temp directory for outbound attachment downloads (Gmail signed-URL serving) | /tmp/gw-mcp-attachments |
| ENABLE_AUDIT_LOGGING | No | Enable security event tracking | |
| GOOGLE_CLIENT_SECRET | No | OAuth 2.0 client secret from Google Cloud Console | |
| DRIVE_UPLOAD_TEMP_DIR | No | Temp directory for staged client→server uploads (only used when DRIVE_UPLOAD_CLIENT_FS=true) | /tmp/gw-mcp-drive-uploads |
| DRIVE_UPLOAD_CLIENT_FS | No | Treat upload_to_drive 'path' as the client's filesystem and orchestrate client→server→Drive transport via signed PUT URL. Set to 'true' on remote/hosted deployments where client and server are on different machines. | false |
| CREDENTIAL_STORAGE_MODE | No | Credential storage mode (FILE_ENCRYPTED, FILE_PLAINTEXT, MEMORY_ONLY) | FILE_ENCRYPTED |
| SESSION_TIMEOUT_MINUTES | No | Session idle timeout in minutes | 60 |
| DRIVE_UPLOAD_MAX_SIZE_MB | No | Maximum size in MB for staged client→server uploads (only used when DRIVE_UPLOAD_CLIENT_FS=true) | 100 |
| DRIVE_UPLOAD_TTL_SECONDS | No | TTL in seconds for staged client→server upload URLs (one-time-use) | 900 |
| GOOGLE_CLIENT_SECRETS_FILE | No | Alternative: path to OAuth JSON file |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dipseth/google-workspace-unlimited'
If you have feedback or need assistance with the MCP directory API, please join our Discord server