Borrowing it
Nothing to install: this file belongs to shigechika/gws-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/shigechika/gws-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/shigechika/gws-mcpWrote 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.
[](https://agentmods.dev/instructions/shigechika/gws-mcp/claude-md)<a href="https://agentmods.dev/instructions/shigechika/gws-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/shigechika/gws-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00728 | $0.00728 |
| Opus 5 | $0.00364 | $0.00364 |
| Sonnet 5 | $0.00146 | $0.00146 |
| Haiku 4.5 | $0.00073 | $0.00073 |
Grade A, and why
gws-mcp CLAUDE.md scanned grade A with 0 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 30 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When contributing to this repository, you must strictly follow all guidelines outlined in the AGENTS.md file.
Fork-specific Notes
This is a fork of googleworkspace/cli that maintains MCP server support. See FORK.md for details.
Upstream Merge Checklist
After merging upstream/main, fix MCP compilation errors:
crates/google-workspace-cli/src/mcp_server.rs— match new arguments inexecutor::execute_method()callscrates/google-workspace-cli/src/mcp_server.rs— match new fields in Gmail helper structscrates/google-workspace-cli/src/helpers/gmail/mod.rs— ensurepub(crate)visibility is not reverted topub(super)pub(crate)targets:Mailbox,to_mb_address_list,apply_optional_headers,finalize_message,resolve_mail_method,Attachment- Run
cargo clippy -- -D warnings && cargo testto verify - If conflicts exceed ~20 files, consider rebasing: checkout upstream/main as new branch, re-apply MCP changes, reset main
Project Structure
- Cargo workspace:
crates/google-workspace-cli/(binary) +crates/google-workspace/(library) - MCP server (stdio transport):
crates/google-workspace-cli/src/mcp_server.rs. The fork-only HTTP transport — Streamable HTTP plus an embedded OAuth 2.1 authorization/resource server (per-user Google token isolation) — lives incrates/google-workspace-cli/src/mcp_http_server.rsand is arguably the fork's largest security surface; keep it in scope when reviewing auth/MCP changes. - Local install:
cargo install --path crates/google-workspace-cli
GitHub Actions
- Fork workflows (this list grows over time):
ci.yml,policy.yml,sync-upstream.yml,audit.yml,auto-tag.yml,release-fork.yml gh workflow listmay show upstream workflows — usegh api repos/<owner>/<repo>/actions/workflowsto check fork workflows, but confirm the file actually exists on the default branch: that API keeps reporting a workflow as "active" while its file only survives on stale side branches (this is how the deletedgenerate-skills.ymlkept getting re-added to docs)gh run listmay show upstream runs — filter with--branch=mainfor fork-specific resultsaudit.ymlrunscargo auditdaily (06:00 UTC cron) plus onCargo.toml/Cargo.lockpushes/PRs. When it fails on a new RUSTSEC advisory,cargo update -p <crate>(or a transitive dep swap, e.g. bumpingserial_testdropped its vulnerablesccdependency) is usually enough — no source changes needed, just aCargo.lock-only PR with a changeset.ci.ymlhas a Verify Skills job that rerunscargo run -- generate-skills --output-dir skillsand prints a warning ifskills/is out of date, plus a Lint Skills job that validatesskills/withagentskills. If you change MCP tool schemas orgenerate_skills.rs, regenerateskills/locally and commit the result to avoid drift warnings (thegenerate-skills.ymlhourly auto-sync workflow was deleted, even though the drift warning still mentions it).
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.
- 8d ago First seen · 30 lines · 728 tokens per session scan A 15eedbe403e7
gws-mcp CLAUDE.md is an instructions file published in the GitHub repository shigechika/gws-mcp (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 728 tokens to every session, about $0.0036 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.