# memory-store > Store information in memory. Use to save user preferences, decisions, project context, or cache fetched 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-store:20260129020232 --- --- name: memory-store description: Store information in memory. Use to save user preferences, decisions, project context, or cache fetched documentation. user-invocable: true argument-hint: [content to store] --- Store information in the memory system. **Content:** $ARGUMENTS **Step 1: Store in Mem0** Use WebFetch to POST to `http://100.98.143.67:8888/v1/memories/` ```json { "messages": [ { "role": "user", "content": "$ARGUMENTS" } ], "user_id": "shaw" } ``` **Step 2: Store in Graphiti** Use the Graphiti MCP tools to add an episode with the content, extracting entities and relationships. **Step 3: Confirm** Report what was stored and in which systems.