Plugin Claude Code
Official Memind integrations for Claude Code.
Plugin Claude Code
Official Memind integrations for Claude Code.
Plugin Claude Code
Use Memind as persistent memory for Claude Code sessions.
Hook
Runs when a session starts, executing session_start.py via python3. From openmemind/memind.
Hook
Runs when you submit a prompt, before the agent sees it, executing retrieve.py via python3. From openmemind/memind.
Hook
Runs before the agent uses a tool, executing pre_tool_use.py via python3. From openmemind/memind.
Hook
Runs after a tool call finishes, executing post_tool_use.py via python3. From openmemind/memind.
Hook
Runs when the agent sends a notification, executing notification.py via python3. From openmemind/memind.
Hook
Runs when a subagent finishes, executing subagent_stop.py via python3. From openmemind/memind.
Hook
Runs before the context is compacted, executing pre_compact.py via python3. From openmemind/memind.
Hook
Runs when the agent finishes a response, executing ingest.py via python3. From openmemind/memind.
Hook
Runs when a session ends, executing session_end.py via python3. From openmemind/memind.