Skip to content

Add context-memory to Claude Code - #3

Open
nwandabridges wants to merge 1 commit into
aviskaar:mainfrom
nwandabridges:add-context-memory
Open

Add context-memory to Claude Code#3
nwandabridges wants to merge 1 commit into
aviskaar:mainfrom
nwandabridges:add-context-memory

Conversation

@nwandabridges

Copy link
Copy Markdown

Adds context-memory to the "Memory plugins for Claude Code" table under Coding Agent Memory Tools.

  • Plugin: context-memory
  • Description: Hosted MCP + hooks; auto-captures decisions/gotchas/dead-ends, recalls at session start + on every prompt, ranked by proven usefulness; OpenSearch kNN+BM25
  • Install: /plugin install context-memory@slova (after /plugin marketplace add SlovaApplications/claude-plugins)

Meets the inclusion criteria: has public docs (https://context-memory.slova.app), actively maintained (open beta), directly addresses agent memory for Claude Code, and has a README with setup instructions. One project, one PR; both links verified. It differs from the neighboring SQLite-local plugins by storing derived decisions/gotchas (recall, not RAG chunks) ranked by proven usefulness, in a hosted backend.

Hosted memory plugin for Claude Code: auto-captures decisions, gotchas, and
dead ends and recalls them at session start and on every prompt, ranked by
proven usefulness. Delivered as an MCP server plus session hooks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants