@quinnjr/google-drive-mcp
by quinnjr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The hostname or IP address to bind the server to. | 127.0.0.1 |
| PORT | No | The port number to listen on. | 3000 |
| MCP_PATH | No | The URL path for the MCP endpoint. | /mcp |
| LOG_LEVEL | No | Log level: debug, info, warn, error, silent. | info |
| MCP_STATEFUL | No | 1 issues an Mcp-Session-Id per client and supports SSE GET stream and DELETE termination. 0 serves each POST from a fresh server instance. | 1 |
| GOOGLE_SCOPES | No | Comma-separated list of Google Drive scopes. Default scopes are drive and drive.appdata. | |
| MCP_AUTH_TOKEN | No | Required bearer token for authentication. Compared in constant time. The server warns loudly when unset. | |
| DRIVE_READ_ONLY | No | 1 registers only the read-only tools; nothing that writes is even advertised. | 0 |
| GOOGLE_CLIENT_ID | No | OAuth2 client ID. | |
| MCP_MAX_SESSIONS | No | Cap on concurrent sessions; further initialize calls get a 503. | 256 |
| MCP_ALLOWED_HOSTS | No | Comma-separated Host allowlist. Set this whenever the server is not bound to loopback. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated Origin allowlist for browser clients. Once set, a request with no Origin header is rejected too. Leave empty for CLI clients. | |
| GOOGLE_CLIENT_SECRET | No | OAuth2 client secret. | |
| GOOGLE_REFRESH_TOKEN | No | OAuth2 refresh token. | |
| MCP_MAX_REQUEST_BYTES | No | Largest accepted JSON body. Auth is checked before the body is read. | 4194304 |
| DRIVE_MAX_INLINE_BYTES | No | Cap on bytes returned inline from downloads, exports and resource reads. | 8388608 |
| DRIVE_ALLOW_LOCAL_FILES | No | Gates media.localPath uploads and destinationPath downloads. While off, destinationPath is absent from the tool schemas entirely. | 0 |
| MCP_SESSION_TTL_SECONDS | No | Idle time after which a session is evicted and its server torn down. | 1800 |
| GOOGLE_TOKEN_PASSTHROUGH | No | Set to 1 to enable per-request token mode. Each client sends X-Google-Access-Token header; falls back to server's own credentials when absent. | |
| GOOGLE_IMPERSONATE_SUBJECT | No | Email of a Workspace user to impersonate via domain-wide delegation. | |
| GOOGLE_SERVICE_ACCOUNT_KEY_FILE | No | Path to a service account key file. | |
| GOOGLE_SERVICE_ACCOUNT_KEY_JSON | No | JSON string containing service account key. |
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/quinnjr/google-drive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server