List memories
Paginated list of current (non-deleted) memories. Supports filtering by category, project, and text search. Categories and projects accept comma-separated values for multi-filter queries.
Authorizations
API key created from the MemContext dashboard. Keys are prefixed with mc_.
Query Parameters
Number of memories to return.
1 <= x <= 100Pagination offset.
x >= 0Comma-separated category filter. Values: preference, fact, decision, context.
Hard isolation boundary. When provided, results come only from that scope. Omit to list only unscoped/global memories.
200Comma-separated project filter within the selected scope. Use __memcontext_no_project__ for memories without a project.
Text search across memory content (case-insensitive substring match).
200