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. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/snickery/google-accounts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server