# memory-search > Search personal memory and cached documentation. Use when you need context about the user, their preferences, past decisions, or Claude Code documentation. - Author: chevymike02 - Repository: chevymike02/shaw-plugins - Version: 20260129020232 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/chevymike02/shaw-plugins - Web: https://mule.run/skillshub/@@chevymike02/shaw-plugins~memory-search:20260129020232 --- --- name: memory-search description: Search personal memory and cached documentation. Use when you need context about the user, their preferences, past decisions, or Claude Code documentation. user-invocable: true argument-hint: [query] --- Search the memory system for relevant context. **Query:** $ARGUMENTS **Step 1: Search Mem0** Use WebFetch to POST to `http://100.98.143.67:8888/v1/memories/search/` ```json { "query": "$ARGUMENTS", "user_id": "shaw", "limit": 10 } ``` **Step 2: Search Graphiti** Use the Graphiti MCP tools (already connected) to search the knowledge graph for related entities and relationships. **Step 3: Combine Results** - Deduplicate overlapping results - Rank by relevance - Return with sources noted