Agent Plugins Marketplace
All plugins

memsearch

v0.4.19

Automatic semantic memory for Claude Code — remembers what you worked on across sessions

Claude Code3 Skills

2.6k GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install memsearch for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install memsearch@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/zilliztech/memsearch

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-code/.

Plugin files

plugins/claude-code/
├── .claude-plugin/plugin.json
├── skills/memory-config/SKILL.md
├── skills/memory-recall/SKILL.md
└── skills/memory-to-skill/SKILL.md

Included Skills3

memory-configskills/memory-config/SKILL.md

Diagnose and configure MemSearch memory behavior. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions.

memory-recallskills/memory-recall/SKILL.md

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Recall available if needed` capability hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

memory-to-skillskills/memory-to-skill/SKILL.md

Turn workflows from your MemSearch memory into reusable skills. Use when the user asks to make/create/extract/distill a skill from what they just did or from past work, review skill candidates, install a distilled skill, or 'turn this into a skill'. Manages MemSearch procedural-memory candidates under .memsearch/skill-candidates/, not the host agent's own skills system.

Plugin manifests1

plugins/claude-code/.claude-plugin/plugin.json
{
  "name": "memsearch",
  "version": "0.4.19",
  "description": "Automatic semantic memory for Claude Code — remembers what you worked on across sessions"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[memsearch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/memsearch)