list_memories
Retrieve stored memories from the MCP server with filters for type, category, importance, scope, or tags to organize and access information.
Instructions
List stored memories with optional filters by type, category, scope, or project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_type | No | Filter by type | |
| category | No | Filter by category (e.g., "backend", "frontend", or any custom category) | |
| importance_min | No | Only return memories with importance >= this value | |
| scope | No | Filter by scope | all |
| limit | No | Results per page | |
| tag | No | Filter by tag (e.g., "marketing-campaign") | |
| offset | No | Pagination offset | |
| untyped | No | When true, only return memories with no memory_type set | |
| sort_by | No | Sort order: importance (default), updated, created, referenced (most used first), least_used | importance |