MemSearch (Zilliz)
Markdown-first persistent memory by Zilliz (creators of Milvus).
Cross-platform semantic memory for AI coding agents, by Zilliz (creators of Milvus). Session summaries live as Markdown files — the source of truth — indexed with hybrid dense + BM25 search for recall on every prompt. One memory flows across Claude Code, OpenClaw, OpenCode, and Codex CLI, and it can distill repeated workflows into reusable agent skills. MIT licensed.
- Recall past session decisions without re-explaining context
- Search across all previous conversations by topic or keyword
- Keep a synchronized memory index updated automatically
Markdown-first persistent memory by Zilliz (creators of Milvus). Summarizes sessions to Markdown, runs semantic search on every prompt, and background-syncs the index. MIT, ~1K stars.
Developers running long Claude Code projects who need semantic recall of past sessions and decisions without manual context management.
https://github.com/zilliztech/memsearch
By zilliztech
How to Get It
/plugin marketplace add zilliztech/memsearch /plugin install memsearch # then restart Claude Code
After installing, paste this into Claude:
Help me recall past session decisions without re-explaining context
Trust Signals Reviewed
Community Pulse Active
Discussed on Hacker News, Reddit
- memsearch vs claude-mem: Two philosophies for AI memory — Reddit · 4 pts
- Memory Plugin for Claude Code — Hacker News · 2 pts
- OpenClaw's memory extracted, plug-and-play for any agents — Hacker News · 2 pts
3 mentions across 2 sources
Reviewer notes
Reviewed review. These are observations, not a security certification.
Credible vendor (Zilliz/Milvus vector DB company). Solid technical approach. MIT license.
Things to check
- Default backend is embedded Milvus Lite — a single local file, no server to run; Zilliz Cloud or self-hosted Milvus are optional upgrades for team setups. Markdown files remain the source of truth and the vector index is a rebuildable cache, but recall quality still depends on how well sessions get summarized.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
Credible vendor (Zilliz/Milvus vector DB company). Solid technical approach. MIT license.