memory
Installation
SKILL.md
When to use this skill
- You need to store a fact, person, or task across sessions.
- You want fuzzy recall from a large memory set.
- You need to update or delete an existing memory.
How to use
- Build memory:
cd mcp/memory && go test ./... && go build. - Add the binary to your MCP client config as
memory. - Call
remember {content}with type and tags, thenrecall {query}for fuzzy search. - Use
memory_by_id {id}to fetch orupdate_memory/forgetto change.
Examples
- "Remember that
rnsstores config in~/.reticulumwith tagconfig." - "Recall all notes about
LXMFwith typenote." - "Update memory 12 to mark the task as done."