list_memories
Organize and filter stored knowledge by category to review insights, discover patterns, and maintain awareness of accumulated information in a structured repository.
Instructions
Browse and explore your knowledge repository with organized memory listings and flexible category filtering. Perfect for reviewing stored information, discovering patterns in your knowledge base, and maintaining awareness of your accumulated insights and decisions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter to memories in this specific category | |
limit | No | Maximum number of memories to return (default: 50) | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |