Skip to main content
Glama
snickery

google-accounts-mcp

by snickery

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port the server listens on.8321
DRIVE_ACCOUNTNoAccount hosting the shared Drive folder. Required only for the `drive_*` tools.
TOKEN_DB_PATHNoSQLite DB holding per-account refresh tokens./data/tokens.db
XBERG_TIMEOUTNoRequest timeout (s)120
XBERG_BASE_URLNoxberg endpointhttp://xberg:8000
ATTACHMENTS_DIRNoRoot for staged attachments and downloaded files./data/attachments
DEFAULT_ACCOUNTNoAccount used when a tool's `account` parameter is empty. Empty falls back to the sole authorized account.
XBERG_VLM_MODELNoGateway model alias, passed verbatimcheap
GOOGLE_CLIENT_IDNoOAuth 2.0 client ID.
MCP_BEARER_TOKENNoBearer token clients must present. The HTTP server refuses to start if unset; stdio mode doesn't use it.
DRIVE_FOLDER_NAMENoName of the shared Drive folder.mcp-google-accounts
XBERG_OCR_BACKENDNoClassical backend for tier Btesseract
XBERG_VLM_API_KEYNoVision-endpoint API key, sent in the per-request `vlm_config`
XBERG_VLM_BASE_URLNoVision endpoint, resolved by the xberg *server*http://litellm:4000/v1
PDF_MAX_CONCURRENCYNoCaps concurrent rasterisation/parse; set to tune.4
GOOGLE_CLIENT_SECRETNoOAuth 2.0 client secret.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/snickery/google-accounts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server