mcp-structured-memory CLAUDE.md

mcp-structured-memory CLAUDE.md is an instructions file for coding agents from nmeierpolys/mcp-structured-memory. It costs 160 tokens per session, scanned A, original, MIT.

Coding instructions for a structured-memory MCP server project, including type checks, tests, and safe change management.

In plain words
What is it for?
Use them when changing this project to organize testable code, run focused tests, type-check changes, and decide when to commit.
Why use it?
They help keep code changes checked and reduce the chance of breaking existing behavior or taking hard-to-reverse actions.

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/nmeierpolys/mcp-structured-memory/claude-md
Clone the repo
git clone --depth 1 https://github.com/nmeierpolys/mcp-structured-memory

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 mcp-structured-memory CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nmeierpolys/mcp-structured-memory/claude-md.svg)](https://agentmods.dev/instructions/nmeierpolys/mcp-structured-memory/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nmeierpolys/mcp-structured-memory/claude-md"><img src="https://agentmods.dev/badge/instructions/nmeierpolys/mcp-structured-memory/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 160 This file is loaded in full into every session.
When invoked 160 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.00160 $0.00160
Opus 5 $0.00080 $0.00080
Sonnet 5 $0.00032 $0.00032
Haiku 4.5 $0.00016 $0.00016

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

Security

Grade A, and why

mcp-structured-memory 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 · 9 lines

What it actually says

  • Be sure to typecheck when you’re done making a series of code changes
  • Where possible, structure pieces of logic in libraries that can be tested indivdiually
  • Write unit tests verifying changes where possible. It's only okay to skip tests for cross-functional integration behavior, visual state, or any other areas where testing isn't worth the value it provides
  • Run tests in affected areas when making a series of code changes.
  • Prefer running single tests, and not the whole test suite, for performance
  • Commit changes when it's clear I'm happy with the changes before starting on a new set of changes. Feel free to ask me if I'm ready to commit if it's not already clear
  • Ask me to confirm before taking system-level actions or any other things that would be difficult to recover from
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 · 9 lines · 160 tokens per session scan A c38ceaec961b

Subscribe to this mod's changes

mcp-structured-memory CLAUDE.md is an instructions file published in the GitHub repository nmeierpolys/mcp-structured-memory (13 stars, last pushed today), licensed MIT. It adds 160 tokens to every session, about $0.0008 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-30.

Related

Other instructions, from other repositories

vespertide AGENTS.md

AGENTS.md instructions for dev-five-git/vespertide, covering vespertide knowledge base, structure, where to look, data flow and conventions.

dev-five-git/vespertide · 10,783 tokens

aeon CLAUDE.md

Instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).

aeonfun/aeon · 3,720 tokens

inkwell-memory CLAUDE.md

Instructions for veronchenko/inkwell-memory, covering claude.md — inkwellmemory, layout, multi-tenant mode (inkwellmultitenant=1), conventions and testing.

veronchenko/inkwell-memory · 2,378 tokens

RNR-Enhanced-Cognee AGENTS.md

AGENTS.md instructions for vincentspereira/RNR-Enhanced-Cognee, covering rnr enhanced cognee implementation for codex, critical requirements, 1. ascii-only output (no unicode encoding), 2. dynamic categories (no hardcoded categories) and 3. standard memory mcp interface.

vincentspereira/RNR-Enhanced-Cognee · 6,855 tokens

memory-mcp-1file AGENTS.md

Instructions for pomazanbohdan/memory-mcp-1file, covering ⛔ l0 invariants (never violate under any circumstance), detection heuristic, 🔀 phase transition routing (⛔ blocking), gate-0: phase identification & loading and 🧾 proof-of-load requirement (critical).

pomazanbohdan/memory-mcp-1file · 7,991 tokens

openexp CLAUDE.md

Instructions for anthroos/openexp, covering openexp — development instructions, memory protocol (mandatory), before starting any task, after completing a task and when the user shares context.

anthroos/openexp · 799 tokens