google-accounts-mcp
by snickery
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port the server listens on. | 8321 |
| DRIVE_ACCOUNT | No | Account hosting the shared Drive folder. Required only for the `drive_*` tools. | |
| TOKEN_DB_PATH | No | SQLite DB holding per-account refresh tokens. | /data/tokens.db |
| XBERG_TIMEOUT | No | Request timeout (s) | 120 |
| XBERG_BASE_URL | No | xberg endpoint | http://xberg:8000 |
| ATTACHMENTS_DIR | No | Root for staged attachments and downloaded files. | /data/attachments |
| DEFAULT_ACCOUNT | No | Account used when a tool's `account` parameter is empty. Empty falls back to the sole authorized account. | |
| XBERG_VLM_MODEL | No | Gateway model alias, passed verbatim | cheap |
| GOOGLE_CLIENT_ID | No | OAuth 2.0 client ID. | |
| MCP_BEARER_TOKEN | No | Bearer token clients must present. The HTTP server refuses to start if unset; stdio mode doesn't use it. | |
| DRIVE_FOLDER_NAME | No | Name of the shared Drive folder. | mcp-google-accounts |
| XBERG_OCR_BACKEND | No | Classical backend for tier B | tesseract |
| XBERG_VLM_API_KEY | No | Vision-endpoint API key, sent in the per-request `vlm_config` | |
| XBERG_VLM_BASE_URL | No | Vision endpoint, resolved by the xberg *server* | http://litellm:4000/v1 |
| PDF_MAX_CONCURRENCY | No | Caps concurrent rasterisation/parse; set to tune. | 4 |
| GOOGLE_CLIENT_SECRET | No | OAuth 2.0 client secret. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues