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/fthsrbst/mnema/claude-mdgit clone --depth 1 https://github.com/fthsrbst/mnemaWrote 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/fthsrbst/mnema/claude-md)<a href="https://agentmods.dev/instructions/fthsrbst/mnema/claude-md"><img src="https://agentmods.dev/badge/instructions/fthsrbst/mnema/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.01933 | $0.01933 |
| Opus 5 | $0.00966 | $0.00966 |
| Sonnet 5 | $0.00387 | $0.00387 |
| Haiku 4.5 | $0.00193 | $0.00193 |
Grade A, and why
mnema 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 6d 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.
This is a copy
97% identical to mnema AGENTS.md — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mnema
Bu dosya AGENTS.md ile eş içeriklidir (Codex/opencode AGENTS.md okur, Claude Code CLAUDE.md okur). Birini güncellerken diğerini de güncelle.
Tüm AI agentların ortak hafızası: MCP + REST üzerinden hafıza, RAG, proje mapleri ve agent koordinasyonu. Raspberry Pi 5'te systemd servisi olarak çalışır; istemciler Tailscale/LAN üzerinden bağlanır. Detaylı mimari ve fazlar: PLAN.md.
Komutlar
npm run dev— sunucuyu lokal başlat (http://127.0.0.1:8033)npm run build— tsc → dist/npm run smoke— uçtan uca smoke test (geçici DB ile;GEMINI_API_KEY=boş bırakarak çalıştır)npm run smoke:cloud— SaaS/Cloud smoke paketi (saas-security + tenant + router + rate-store + hosted)npm run eval:context— context kalite regresyonu (gerçek hub DB'sine karşı;HUB_DB_PATHile hedef DB ver)npm run hub -- <komut>— CLI'ı kaynak koddan çalıştır (örn.npm run hub -- status)
Yapı
src/core/— DB (SQLite + sqlite-vec + FTS5), Gemini embedding, chunker, hibrit arama (RRF), memory/document/project/session/presence işlemleri. Sunucudan bağımsız, saf kütüphane.src/server/— Express:/mcp(Streamable HTTP, stateless),/api(REST),/health. Auth:HUB_AUTH_TOKENS(scope'lu tokenlar) veya legacyHUB_TOKEN; ikisi de boşsa kapalı (local_dev).src/saas/— hosted Cloud profili: Supabase JWT doğrulama, Postgres RLS tenancy, Paddle billing, Valkey rate-limit. Community (self-host) kodundan izole.src/cli/—hubkomutu. REST üzerinden konuşur.hub recall --hook(UserPromptSubmit) vehub bridge --hook(SessionStart) Claude Code hook'larıdır: sessizce başarısız olur.hub syncskill/MCP/kural dosyalarını cihaza dağıtır (~/.claude/CLAUDE.md, ~/.config/opencode/AGENTS.md, ~/.codex/AGENTS.md yönetilen blokları dahil).skills/,prompts/— DB authority (assetstablosu). Bu klasörler yalnızca ilk kurulum SEED'idir; sonraki yazımlar (skill_save) DB'ye düşer ve sync ile yayılır — git gerekmez.- Agent presence (
agent_presencetablosu,src/core/presence.ts) — advisory koordinasyon, KİLİT DEĞİL. Aşağıdaki "Agent koordinasyon protokolü"ne bak. - Ortak MCP sunucu kayıt defteri (
mcp_serverstablosu,src/core/mcp-registry.ts) — hangi MCP sunucuların kullanılacağı hub'dan yönetilir; yazımlar sync ile tüm cihazlara yayılır.hub mcp-serverslisteler; MCPmcp_server_register/list/get/deleteveya REST/api/mcp-serversyazar. env/headers düz metin senkronlanır — secret koymayın. evals/— context_get golden suite; kanonik canlı bilgi durumuna (proje: mnema) karşı yazılır.deploy/— Pi kurulum/güncelleme/yedek scriptleri + systemd unit;deploy/cloud/hosted compose.- Agent Intelligence Platform (
src/core/tasks.ts,capabilities.ts,messaging.ts,hygiene.ts,compaction.ts,learning.ts,worker.ts,webhooks.ts) — görev kuyruğu, agent yetenek kaydı, agent-agent mesajlaşma, hafıza hijyeni, bilgi sıkıştırma, ders çıkarma, webhook'lar ve async job kuyruğu. Detay ve tam MCP tool listesi:docs/agent-platform.md.
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.
- 6d ago First seen · 85 lines · 1,933 tokens per session scan A 529441b8da88
mnema CLAUDE.md is an instructions file published in the GitHub repository fthsrbst/mnema (2 stars, last pushed 6d ago), licensed MIT. It adds 1,933 tokens to every session, about $0.0097 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to mnema AGENTS.md, differing in 6 lines, and is treated as a copy.
Other instructions, from other repositories
plur CLAUDE.md
Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
remnic AGENTS.md
AGENTS.md instructions for joshuaswarren/remnic, covering remnic - agent guide, architecture boundaries (non-negotiable), upstream references, adapter implementation rules and openclaw compatibility window.
engraphis AGENTS.md
AGENTS.md instructions for Coding-Dev-Tools/engraphis, covering agents.md — engraphis, internal subagent delegation, 0. read this first — two architectures live in one package, 1. commands and ── unified dashboard + memory inspector ──.
memem CLAUDE.md
Claude Code instructions for TT-Wang/memem, covering memem — persistent memory & context assembly, auto-recall, context model (v2.8+), tier 1 — profiles (always-injected) and tier 2 — working rules (procedural, citation-ranked).
wenlan AGENTS.md
AGENTS.md instructions for 7xuanlu/wenlan, covering agents.md, start here, build and verification, repository invariants and git and release.
claude-memory-mcp AGENTS.md
Instructions for WhenMoon-afk/claude-memory-mcp, covering mooncite repository contract, product boundary, fixed architecture, sources of truth and change discipline.