alexanderop/claude-code-memory

Hermes-style bounded, curated persistent memory for Claude Code: MEMORY.md + USER.md injected at session start, managed via an MCP tool with capacity enforcement, substring matching, dedup, and security scanning.

4Stars on the repository
7Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

SessionStart

01

alexanderop/claude-code-memory

Hook

Runs when a session starts, executing inject-memory.mjs and curate.mjs via node (2 commands). From alexanderop/claude-code-memory.

4 2mo ago A tokens not measured

UserPromptSubmit

02

alexanderop/claude-code-memory

Hook

Runs when you submit a prompt, before the agent sees it, executing detect-correction.mjs via node. From alexanderop/claude-code-memory.

4 2mo ago A tokens not measured

PostToolUse

03

alexanderop/claude-code-memory

Hook

Runs after a tool call finishes for Skill tool calls, executing track-skill-use.mjs via node. From alexanderop/claude-code-memory.

4 2mo ago A tokens not measured

Stop

04

alexanderop/claude-code-memory

Hook

Runs when the agent finishes a response, executing review.mjs via node. From alexanderop/claude-code-memory.

4 2mo ago A tokens not measured