mehmory

elderfo/mehmory
★ 0 stars TypeScript AI/LLM Updated today
Hook-enforced, model-maintained markdown wiki memory for Claude Code and Codex CLI. Git-backed, no embeddings, no MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mehmory": {
      "command": "npx",
      "args": [
        "-y",
        "elderfo/mehmory"
      ]
    }
  }
}

README Excerpt

Hook-enforced, model-maintained markdown wiki memory for **Claude Code and Codex CLI**. A deliberately "meh"-tier improvement in harness memory and continuity, built from boring parts: your project's memory is a git-backed directory of markdown at `~/.mehmory` that a Claude Code or Codex CLI session reads and writes with ordinary file operations. No embeddings, no MCP

Topics

ai-agentsclaude-codecodex-clideveloper-toolsllmmemorytypescript