gdrive-mcp CLAUDE.md

gdrive-mcp CLAUDE.md is an instructions file for coding agents from codenamerey/gdrive-mcp. It costs 1,193 tokens per session, scanned B, original, no licence file.

A set of Claude Code instructions for using a Google Drive MCP server, including authentication and token handling.

In plain words
What is it for?
Use it when configuring or operating a Google Drive MCP server, especially when obtaining, saving, and reusing authentication tokens.
Why use it?
It documents how to connect the agent to Google Drive and reuse an access token for requests.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/codenamerey/gdrive-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/codenamerey/gdrive-mcp

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gdrive-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/codenamerey/gdrive-mcp/claude-md.svg)](https://agentmods.dev/instructions/codenamerey/gdrive-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/codenamerey/gdrive-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/codenamerey/gdrive-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,193 This file is loaded in full into every session.
When invoked 1,193 The same file — it is already loaded in full.
Security scan B 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01193 $0.01193
Opus 5 $0.00596 $0.00596
Sonnet 5 $0.00239 $0.00239
Haiku 4.5 $0.00119 $0.00119

Measured 4d ago against content hash 39d51dd2e2f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

gdrive-mcp CLAUDE.md scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -s -X POST "https://www.googleapis.com/drive/v3/files" -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" -d '{"name": "FOLDER_NAME", "mimeType": "application/vnd.google-apps.folder", "parents": [

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:3000/auth/tokens | grep -o '"access_token":"[^"]*"' | cut -d'"' -f4 > /tmp/gdrive_token.txt
CLAUDE.md · 133 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 133 lines · 1,193 tokens per session scan B 39d51dd2e2f7

Subscribe to this mod's changes

gdrive-mcp CLAUDE.md is an instructions file published in the GitHub repository codenamerey/gdrive-mcp (0 stars, last pushed 1y ago), with no licence file. It adds 1,193 tokens to every session, about $0.0060 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other instructions, from other repositories

mcp-pandoc AGENTS.md

Instructions for vivekVells/mcp-pandoc, covering agents.md, what this is, where things are, deeper context and commands.

vivekVells/mcp-pandoc · 1,019 tokens

agentic-resume-builder CLAUDE.md

Claude Code instructions for WtotdeD/agentic-resume-builder, covering agentic-resume-builder development guidelines, what this repo is, active technologies, package manager and validation.

WtotdeD/agentic-resume-builder · 695 tokens

fcp-sheets CLAUDE.md

Instructions for os-tack/fcp-sheets, covering fcp-sheets, project overview, architecture, key patterns and commands.

os-tack/fcp-sheets · 308 tokens

rodya-caijing-studio AGENTS.md

AGENTS.md instructions for nekopunch11/rodya-caijing-studio, covering rodya-caijing-studio · 给 ai agent 的使用说明, 入口与路由, 不可破的硬约束(合规灵魂,破了整套工具就失效), docx 渲染路由(财经内容台例外) and 在 codex 中安装.

nekopunch11/rodya-caijing-studio · 1,489 tokens

paperless-ngx-mcp-server CLAUDE.md

Claude Code instructions for cbsmiley/paperless-ngx-mcp-server, covering claude.md, project overview, common commands, architecture and entry points.

cbsmiley/paperless-ngx-mcp-server · 769 tokens

hermes-procurement-pricing-mcp AGENTS.md

AGENTS.md instructions for felix-windsor/hermes-procurement-pricing-mcp, a project described as: Secure procurement quotation comparison MCP service with document parsing, mock market pricing, anomaly detection, and Telegram/Hermes integration.

felix-windsor/hermes-procurement-pricing-mcp · 174 tokens