mcp-google-multi
by bakissation
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MASTER_KEY | Yes | Base64-encoded 32-byte key to encrypt token store (e.g. openssl rand -base64 32) | |
| GOOGLE_PROFILE | No | Write policy: read-only (default), safe-writes, or full-writes | read-only |
| GOOGLE_ACCOUNTS | Yes | Comma-separated alias:email pairs, e.g. work:you@co.com,personal:you@gmail.com | |
| GOOGLE_CLIENT_ID | Yes | OAuth Desktop client ID from Google Cloud | |
| GOOGLE_READ_ONLY | No | Set to 'true' to hard-disable all writes | |
| TOKEN_STORE_PATH | No | Override path for encrypted token directory (default: ~/.config/mcp-google-multi/tokens) | |
| GOOGLE_WRITE_DENY | No | Glob overrides to deny specific write tools, e.g. '*:delete*' | |
| GOOGLE_WRITE_ALLOW | No | Glob overrides to allow specific write tools, e.g. 'calendar:*, sheets:update*' | |
| GOOGLE_CLIENT_SECRET | Yes | OAuth Desktop client secret from Google Cloud | |
| GOOGLE_ADMIN_ACCOUNTS | No | Aliases granted Workspace admin scopes | |
| GOOGLE_OPTIONAL_SCOPES | No | Extra scope bundles: 'forms', 'chat', or comma-separated |
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/bakissation/mcp-google-multi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server