gemini-code-context-mcp CLAUDE.md

gemini-code-context-mcp CLAUDE.md is an instructions file for coding agents from qmediat/gemini-code-context-mcp. It costs 647 tokens per session, scanned A, original, MIT.

Repository instructions for the Gemini code-context tool, covering writing standards, tests, releases, and a local development issue.

In plain words
What is it for?
Use them when developing, documenting, testing, or preparing changes for the qmediat Gemini code-context repository.
Why use it?
They give contributors the project rules needed to change the package without breaking its quality or public documentation standards.

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/qmediat/gemini-code-context-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/qmediat/gemini-code-context-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 gemini-code-context-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/qmediat/gemini-code-context-mcp/claude-md.svg)](https://agentmods.dev/instructions/qmediat/gemini-code-context-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/qmediat/gemini-code-context-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/qmediat/gemini-code-context-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 647 This file is loaded in full into every session.
When invoked 647 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00647 $0.00647
Opus 5 $0.00324 $0.00324
Sonnet 5 $0.00129 $0.00129
Haiku 4.5 $0.00065 $0.00065

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

Security

Grade A, and why

gemini-code-context-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 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.

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.

CLAUDE.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repo guidance for AI assistants

This file is checked into a public open-source repository. Anything you write here ships with the package.

Audience

Everything you produce in this repo — code, comments, commit messages, documentation, error strings, log lines — is read by external contributors and end users. Write for the world, not for an internal team.

  • No references to private infrastructure, internal paths (/Users/<name>/...), private repos, or non-public team members.
  • No assumptions about reader's prior context with the codebase. New contributors land here cold.
  • Names, examples, and stack traces in docs use generic placeholders (/path/to/..., your-org/your-repo) unless the example genuinely is @qmediat.io/....

Quality bar

Local dev gotcha — npx fails inside this repo

npx -y @qmediat.io/gemini-code-context-mcp (the invocation the README recommends to end users) fails when run from inside this repo's working directory:

sh: gemini-code-context-mcp: command not found

Reason: this repo's package.json declares the same name as the npm package. npx treats the source repo as the install target, finds no matching bin in local node_modules/.bin/, and bails. The package itself is fine — end users running from their own project dirs never see this.

Recommended patterns for maintainers (any of these avoids the conflict):

  1. Global install (simplest, decoupled from the repo entirely):
    npm install -g @qmediat.io/gemini-code-context-mcp
    # MCP config: "command": "gemini-code-context-mcp"
    
  2. Point MCP host at the local build — see CONTRIBUTING.mdLocal MCP setup. Use node ./dist/index.js so no npx resolution happens.
  3. Run npx -y from outside the repo — set cwd in your MCP config to anywhere that isn't a sibling/parent of this repo.

Read the full file on GitHub · 45 lines

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 · 45 lines · 647 tokens per session scan A 364ffe8f899e

Subscribe to this mod's changes

gemini-code-context-mcp CLAUDE.md is an instructions file published in the GitHub repository qmediat/gemini-code-context-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 647 tokens to every session, about $0.0032 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.