oak-memory
01fredriccliver/oak-memory-plugin
Plugin Claude Code
Persistent vector+graph long-term memory for Claude Code, backed by Postgres+pgvector.
fredriccliver/oak-memory-plugin
Plugin Claude Code
Persistent vector+graph long-term memory for Claude Code, backed by Postgres+pgvector.
fredriccliver/oak-memory-plugin
Plugin Claude Code
Persistent vector+graph long-term memory for Claude Code, backed by Postgres+pgvector. Lets Claude recall and store facts about you across all projects and sessions.
fredriccliver/oak-memory-plugin
MCP server Claude CodeCodexCursor
MCP server "oak-memory" as configured in fredriccliver/oak-memory-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/dist/index.mjs with node. Needs 1 environment variable to run.
fredriccliver/oak-memory-plugin
Command
Show or change what oak-memory remembers about you, when it saves, and how hard it searches.
fredriccliver/oak-memory-plugin
Command
Open the memory graph as an interactive webpage instead of a terminal view.
fredriccliver/oak-memory-plugin
Command
Show all stored memories and how they link together as a graph.
fredriccliver/oak-memory-plugin
Command
Tidy the memory graph — cluster and link orphans, tune edge strengths, merge duplicates, split overloaded nodes.
fredriccliver/oak-memory-plugin
Command
Recall stored memories relevant to a query.
fredriccliver/oak-memory-plugin
Command
Explicitly save a fact to long-term memory.
fredriccliver/oak-memory-plugin
Hook
Runs when you submit a prompt, before the agent sees it, executing hook.mjs via node. From fredriccliver/oak-memory-plugin.