73
/ 100
10 days ago
glama

gdrive-mcp

A read/write MCP server for Google Drive, Docs & Sheets with bounded reads, gated mutations, and consistent argument naming.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GDRIVE_MCP_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGDRIVE_MCP_AUDIT_LOG
configXDG_CONFIG_HOME~/.config Base config dir
configGDRIVE_MCP_OAUTH_CLIENT3. Save the client JSON to ~/.config/gdrive-mcp/oauth_client.json (or set ), then:
🔐 secretGDRIVE_MCP_TOKEN~/.config/gdrive-mcp/token.json Cached per-user token
configGDRIVE_MCP_VERIFICATION_MODEL_PATTERNS(unset) Comma-separated model-name substrings that require per-call verification
configGDRIVE_MCP_CALLING_MODEL(unset) Operator-controlled caller-model pin; used when the client does not send _meta.model
configGDRIVE_MCP_REQUIRE_VERIFICATION(unset) Set to always to gate every call regardless of model (anti-delegation hard override)
configGDRIVE_MCP_FILES_DIR
configGDRIVE_MCP_FILES_TTL_HOURS24 Age (hours) after which spilled sandbox files are swept on server start; 0 disables
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/shivankj11-gdrive-mcp-1a32de)](https://m8ven.ai/mcp/shivankj11-gdrive-mcp-1a32de)
commit: ce0e9f072f553a328480ade8e5933b0a8496b2b4
code hash: c62422de3c0e35cc6cb5eea6c9a2c76cc6c34d59ebd5cc3a7a36519ad1e9d8b9
verified: 7/21/2026, 9:31:24 AM
view raw JSON →