Plugins by Customable (fork of claude-mem)
npx claudepluginhub customable/claude-memPersistent memory for Claude Code - extended fork with Qdrant, OpenCode support, and more
Claude-Mem preserves context across sessions by automatically capturing tool usage observations, generating semantic summaries, and making them available to future sessions. This enables Claude to maintain continuity of knowledge about projects even after sessions end.
This is a fork of thedotmack/claude-mem with the following enhancements:
> /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
> /plugin install claude-mem
> /plugin install https://github.com/customable/claude-mem.git
Restart Claude Code. Context from previous sessions will automatically appear in new sessions.
Key Features:
<private> tags to exclude sensitive content from storageCore Components:
Claude-Mem provides intelligent memory search through 4 MCP tools following a token-efficient 3-layer workflow pattern:
The 3-Layer Workflow:
search - Get compact index with IDs (~50-100 tokens/result)timeline - Get chronological context around interesting resultsget_observations - Fetch full details ONLY for filtered IDsAvailable MCP Tools:
search - Search memory index with full-text queries, filters by type/date/projecttimeline - Get chronological context around a specific observationget_observations - Fetch full observation details by IDssave_memory - Manually save observationsSettings are managed in ~/.claude-mem/settings.json (auto-created with defaults on first run).
# Install dependencies
bun install
# Build
bun run build
# Type check
bun run typecheck
This project is licensed under the MIT License.
See the LICENSE file for details.
This project is a fork of claude-mem by Alex Newman (@thedotmack).
Original project: https://github.com/thedotmack/claude-mem
Built with Claude Agent SDK | Powered by Claude Code | Made with TypeScript