memharness
01Plugin Claude Code
Bi-temporal, provenance-carrying long-term memory for AI agents, packaged so the proactive experience installs in one command.
Plugin Claude Code
Bi-temporal, provenance-carrying long-term memory for AI agents, packaged so the proactive experience installs in one command.
Plugin Claude Code
Long-term memory for Claude Code. Bundles the memharness MCP server (7 tools: remember, recall, revise, diff, why, forget, stats), a SessionStart hook that injects relevant memories, a PostToolUse hook that nudges durable-fact capture after git commits, and a skill carrying the proactive-use policy.
Hook
Runs when a session starts, running npx -y -p @memharness/mcp memharness-context --subject user. From las7/memharness.
Hook
Runs after a tool call finishes for Bash tool calls, executing capture-on-commit.sh via bash. From las7/memharness.
Skill Claude CodeCodex
Use whenever the conversation could depend on or produce durable knowledge about the user or a project. Recall stored memory before answering context-dependent questions or starting a task, and store durable facts (decisions, preferences, corrections, stable properties, gotchas) as they emerge. Triggers on "remember"…
MCP server Claude CodeCodexCursor +2
Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file. Runs locally from the @memharness/mcp npm package. Needs 1 environment variable to run.