mneme
01Plugin Claude Code
Plugin marketplace listing 1 plugin: mneme.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mneme.
Hook
Runs when a session starts, running mneme hook session-start. From OnourImpram/mneme.
Hook
Runs after a tool call finishes for Edit, Write, Bash, Task and MultiEdit tool calls, running mneme hook post-tool-use. From OnourImpram/mneme.
Hook
Runs when the agent finishes a response, running mneme hook stop. From OnourImpram/mneme.
Hook
Runs before the context is compacted, running mneme hook pre-compact. From OnourImpram/mneme.
Skill Claude CodeCodex
Use when the user starts a new task that may have prior vault context worth surfacing. Invokes the mnemeprime MCP tool to build a token-budgeted preamble of recent sessions and topic matches.
Skill Claude CodeCodex
Use when the user asks a factual question whose answer might live in the vault. Invokes mnemesearch. Production mnemesearch is FTS5 BM25. The experimental feature-hashed lexical-vector backend is not wired into MCP. KG enrichment is gated to summarize or timeline when full-profile graph state is active.
Plugin Claude Code
Vault-native memory for Claude Code. Markdown is ground truth. Hybrid retrieval, temporal knowledge graph, zero LLM cost on Stop, token-aware adaptive context.
MCP server Claude CodeCodexCursor +2
MCP server "mneme" as configured in OnourImpram/mneme. Launched with mneme-mcp.
Command
Import existing memory data from another memory plugin into the vault.
Command
Inject preflight context for the current task into the conversation.
Command
Retrieve a specific past session by id or by date range.
MCP server Claude CodeCodexCursor +2
Vault-native, accountable memory for Claude Code and MCP clients. Markdown is ground truth. Runs locally from the mneme-mcp-server npm package.