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.
npx agentmods add instructions/tobs-code/a-mem-mcp-server/claude-mdgit clone --depth 1 https://github.com/tobs-code/a-mem-mcp-serverWhat 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 | $0.08913 | $0.08913 |
| Opus 5 | $0.04457 | $0.04457 |
| Sonnet 5 | $0.01783 | $0.01783 |
| Haiku 4.5 | $0.00891 | $0.00891 |
Grade C, and why
a-mem-mcp-server CLAUDE.md scanned grade C 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 3d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf data/chroma/ Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl http://127.0.0.1:42424/get_graph 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.
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.
- 3d ago First seen ยท 2,372 lines ยท 8,913 tokens per session scan C 2d060eeeee9e
a-mem-mcp-server CLAUDE.md is an instructions file published in the GitHub repository tobs-code/a-mem-mcp-server (10 stars, last pushed 7mo ago), with no licence file. It adds 8,913 tokens to every session, about $0.0446 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
longhand CLAUDE.md
Instructions for Wynelson94/longhand, covering longhand mcp tools โ efficient usage guide, quick decision tree, anti-patterns (avoid), tool pairing patterns and pattern b: recall past work across sessions (1-2 calls).
junto-memory CLAUDE.md
Instructions for tlemmons/junto-memory, covering junto memory (mcp server), claude identity (required โ do this first), project roster (post-cutover 2026-05-07), rename aliases (active 30 days from 2026-05-07) and key files.
claude-proj-blueprint CLAUDE.md
Claude Code instructions for maduwanthasathsara0-hub/claude-proj-blueprint, covering project, tech stack, architecture, documentation directories and code conventions.
claude-dejavu AGENTS.md
Instructions for cmg8431/claude-dejavu, covering ai agent guidelines, commit message convention, types, architecture overview and core loop.
hindsight AGENTS.md
Instructions for vectorize-io/hindsight: See CLAUDE.md for project documentation and coding conventions.
mulch CLAUDE.md
Instructions for jayminwest/mulch, covering claude.md, build & test commands, architecture, storage model and record types & classifications.