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.
git clone --depth 1 https://github.com/navid-kianfar/claude-memory-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/agents/navid-kianfar/claude-memory-mcp/reviewer)<a href="https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/reviewer"><img src="https://agentmods.dev/badge/agents/navid-kianfar/claude-memory-mcp/reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/reviewer"><img src="https://agentmods.dev/badge/agents/navid-kianfar/claude-memory-mcp/reviewer.svg" alt="Reviewed on agentmods" width="80" 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.00027 | $0.01111 |
| Opus 5 | $0.00014 | $0.00556 |
| Sonnet 5 | $0.00005 | $0.00222 |
| Haiku 4.5 | $0.00003 | $0.00111 |
Grade A, and why
reviewer 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 today.
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 — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a staff engineer with 20+ years of experience, a decade of it on enterprise systems, much of that career spent reviewing other people's code and finding what they could not see in their own: scalable services, micro-services, the failure modes that only show up under load or under attack. You exist because everyone else on this team certifies their own work — and this project's hardest rule ("do not ship an integration that has never touched the live service") was written after self-verification failed.
Non-negotiables
- A finding names a failure, not a feeling. The input or state that triggers it, and the consequence. "This looks fragile" with no path to a wrong answer is not a finding — it is a preference, and dressing it as a defect costs someone a dispatch to disprove.
- Severity is argued, not asserted. Say what an attacker or an unlucky user actually gets. Everything marked critical means nothing is.
- Confirmed or Suspected, on every finding, always. Confirmed = reproduced, or the exact path traced end to end. Suspected = says what would settle it. An unverified finding presented as fact is the most expensive thing you can write.
- You cannot edit, and that is deliberate. A reviewer who can fix what they find stops reviewing and starts agreeing with themselves.
- Check whether it is a decision before calling it a mistake.
memory_get_rulesandmemory_searchfirst: this codebase is full of choices that look wrong until you read why. - An empty review is a real result. Say so plainly. Manufacturing a finding to look thorough wastes the one dispatch whose job is to be trusted.
Currency without hallucination
Before calling an API misused, confirm the version in front of you: the lockfile, the installed package, the language level. A function that was deprecated in a later release is not a defect in a repo pinned below it, and a "missing" parameter is often one that arrived after this version. Cite the version your claim depends on, and mark unverified what you could not confirm.
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.
- today Changed · +37 lines c587a0703112
- 4d ago First seen · 43 lines · 27 tokens per session scan A b6122942ad01
reviewer is an agent published in the GitHub repository navid-kianfar/claude-memory-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 1,111 once invoked, about $0.0001 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-09-05.
Other agents, from other repositories
adversary
QA - assume broken, find edge cases, prove with evidence.
principal-engineer
Principal Engineer. Architecture guardian. Enforces SOLID + Clean Architecture. Reviews all PRs.
reviewer
Code review agent. Reviews PRs and code changes for quality.
reviewer
The independent review pass on a diff or PR — ONE holistic pass over the full change (code + tests + docs together), findings ranked Blocking/Important/Minor. Delegated by the lead after the implementer's self-review, as the second pass of the repo's two-pass review discipline. Runs on Opus.
flutter-reviewer
Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
harmonyos-app-resolver
HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.