gitmem-dev

9 mods across 1 repository, 9 stars between them.

gitmem

01

gitmem-dev/gitmem

Skill Claude CodeCodex

Institutional memory for AI agents via MCP. Gives your agent persistent memory that survives across sessions — mistakes (scars), successes (wins), decisions, and open threads. Use when you want your agent to stop repeating the same mistakes, carry context between sessions, and learn from experience. Not chat history …

9 23d ago A 67 tokens original MIT

gitmem-hooks

02

gitmem-dev/gitmem

Plugin Claude Code

Enforces the GitMem institutional memory lifecycle through hooks — auto-starts sessions, reminds you to recall before consequential actions, and ensures proper session closure.

9 23d ago A tokens not measured original MIT

gitmem-status

03

gitmem-dev/gitmem

Command

Show GitMem session status, hook activity, and recall state.

9 23d ago A 12 tokens original MIT

SessionStart

04

gitmem-dev/gitmem

Hook

Runs when a session starts, executing session-start.sh via bash. From gitmem-dev/gitmem.

9 23d ago A tokens not measured original MIT

UserPromptSubmit

05

gitmem-dev/gitmem

Hook

Runs when you submit a prompt, before the agent sees it, executing auto-retrieve-hook.sh via bash. From gitmem-dev/gitmem.

9 23d ago A tokens not measured original MIT

PreToolUse

06

gitmem-dev/gitmem

Hook

Runs before the agent uses a tool for Bash, Read, Write and Edit tool calls, executing credential-guard.sh and recall-check.sh via bash (5 commands). From gitmem-dev/gitmem.

9 23d ago A tokens not measured original MIT

PostToolUse

07

gitmem-dev/gitmem

Hook

Runs after a tool call finishes for mcp__gitmem__recall, mcp__gitmem__search, Bash, Write and Edit tool calls, executing post-tool-use.sh via bash (5 commands). From gitmem-dev/gitmem.

9 23d ago A tokens not measured original MIT

Stop

08

gitmem-dev/gitmem

Hook

Runs when the agent finishes a response, executing session-close-check.sh via bash. From gitmem-dev/gitmem.

9 23d ago A tokens not measured copy · 50% MIT

gitmem

09

gitmem-dev/gitmem

MCP server Claude CodeCodexCursor +2

Persistent institutional memory for AI coding agents. Memory that compounds. Runs locally from the gitmem-mcp npm package. Needs 2 environment variables to run.

9 23d ago A tokens not measured original MIT