mem-search

Search Claude-mem's persistent memory database for past session details.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill mem-search-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mem-search
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/mem-search
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill mem-search-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of locating and retrieving details from past Claude-mem sessions, enabling users to refer back to previous interactions and work.

Core Features & Use Cases

  • Memory Search: Allows searching Claude-mem's persistent cross-session memory database.
  • Search & Fetch: Provides a 3-layer workflow to search, filter, and fetch details of past sessions.
  • Use Case: When users need to recall a previous solution or want to understand the history of a particular task.

Quick Start

Search for past work across all sessions using: search(query="authentication", limit=20, project="my-project")

Frequently Asked Questions about mem-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past session history in a persistent memory database?

To search past session history, query the persistent memory database using a search function with parameters like query, limit, and project to retrieve relevant historical interaction data.

What is the best way to retrieve details from a previous workflow session?

Retrieving previous workflow session details is best done via a 3-layer search and fetch workflow that filters persistent memory records and fetches specific historical data based on complex queries.

Can I filter memory retrieval results by project name?

Memory retrieval supports filtering by project name, allowing you to pass the project parameter in your search query to narrow down session history results to a specific project context.

How does cross-session memory search work for recalling previous solutions?

Cross-session memory search works by querying a persistent database storing historical interaction data, enabling users to locate and retrieve past session details to recall previous solutions or task histories.

What limitations exist when querying complex historical data from session memory?

When querying complex historical data from session memory, you must use specific filtering options and fetch capabilities within the persistent database, with constraints dependent on the database structure and query parameters.