gmail-multi-mcp
by anaborne
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GMAIL_ACCOUNTS | Yes | Comma-separated list of account labels, e.g. 'personal,jobs'. | |
| GMAIL_AUDIT_LOG | No | Path to audit log file. Set to 'off' to disable logging. | ~/.gmail-multi-mcp/audit.jsonl |
| GMAIL_CLIENT_ID | Yes | OAuth client ID from Google Cloud Console. | |
| GMAIL_ALLOW_SEND | No | Set to the exact string 'true' to enable sending tools. Any other value is refused at startup. | false |
| GMAIL_CLIENT_SECRET | Yes | OAuth client secret from Google Cloud Console. | |
| GMAIL_CONFIRM_POPUP | No | Set to 'off' to disable the desktop confirmation dialog for sends. | true |
| GMAIL_SCOPE_PROFILE | No | Set to 'readonly' to use Gmail read-only scope and register only read tools. | |
| GMAIL_ACTIVE_TTL_MINUTES | No | Number of minutes the active account selection remains valid before it lapses. | 60 |
| GMAIL_ACCOUNT_<LABEL>_EMAIL | No | Email address for the account label. Replace <LABEL> with the account name, e.g. GMAIL_ACCOUNT_PERSONAL_EMAIL. | |
| GMAIL_ACCOUNT_<LABEL>_CLIENT_ID | No | Optional per-account OAuth client ID if the mailbox lives in a different Cloud project. | |
| GMAIL_ACCOUNT_<LABEL>_CLIENT_SECRET | No | Optional per-account OAuth client secret if the mailbox lives in a different Cloud project. | |
| GMAIL_ACCOUNT_<LABEL>_REFRESH_TOKEN | No | OAuth refresh token for the account label. Replace <LABEL> with the account name. |
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 | |
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/anaborne/gmail-multi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server