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 …
Enforces the GitMem institutional memory lifecycle through hooks — auto-starts sessions, reminds you to recall before consequential actions, and ensures proper session closure.
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.
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.
Persistent institutional memory for AI coding agents. Memory that compounds. Runs locally from the gitmem-mcp npm package. Needs 2 environment variables to run.