mnema CLAUDE.md

mnema CLAUDE.md is an instructions file for Claude Code, Codex from fthsrbst/mnema. It costs 1,933 tokens per session, scanned A, a copy of mnema AGENTS.md, MIT.

Project instructions for mnema, a shared-memory service that stores and retrieves information for AI agents through MCP and REST interfaces.

In plain words
What is it for?
Starting and building the TypeScript service, running smoke and context-quality tests, using its command-line tools, and working on memory, search, or agent-coordination components.
Why use it?
They explain the service's commands, architecture, and coordination rules so code changes fit its database, server, and agent-memory design.

Instructions file for Claude CodeCodex

Written for Claude Code and Codex: UserPromptSubmit hook event, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

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/fthsrbst/mnema/claude-md
Clone the repo
git clone --depth 1 https://github.com/fthsrbst/mnema

Made for: Claude Code, Codex.

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 mnema CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fthsrbst/mnema/claude-md.svg)](https://agentmods.dev/instructions/fthsrbst/mnema/claude-md)
Your own site
<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>
Per session 1,933 This file is loaded in full into every session.
When invoked 1,933 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod 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.1 $0.01933 $0.01933
Opus 5 $0.00966 $0.00966
Sonnet 5 $0.00387 $0.00387
Haiku 4.5 $0.00193 $0.00193

Measured 6d ago against content hash 529441b8da88, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

Origin

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.

CLAUDE.md · 85 lines

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_PATH ile 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 legacy HUB_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/hub komutu. REST üzerinden konuşur. hub recall --hook (UserPromptSubmit) ve hub bridge --hook (SessionStart) Claude Code hook'larıdır: sessizce başarısız olur. hub sync skill/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 (assets tablosu). 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_presence tablosu, 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_servers tablosu, 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-servers listeler; MCP mcp_server_register/list/get/delete veya REST /api/mcp-servers yazar. 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.

Read the full file on GitHub · 85 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. 6d ago First seen · 85 lines · 1,933 tokens per session scan A 529441b8da88

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories