Skip to main content

Memories

MCP tools for the Memories module. See the Memories module docs for permissions and data model.

list-memories

List memories

Arguments

ArgumentTypeRequiredDescription
projectIdstringnoProject ID (required if not using project key auth)
tagsarray<string>noFilter memories by tag patterns. Supports glob syntax (* matches any substring, ? matches any single character). Multiple values are ORed — a memory is returned if any of its tags match any of the provided patterns. Omit to return all memories.
limitnumbernoMaximum number of results to return
offsetnumbernoNumber of results to skip

create-memory

Create a memory

Arguments

ArgumentTypeRequiredDescription
projectIdstringnoProject ID (required if not using project key auth)
namestringyesMemory name
descriptionstringnoOptional description
tagsarray<string>noOptional list of tags for filtering in knowledge search

get-memory

Get a memory

Arguments

ArgumentTypeRequiredDescription
memoryIdstringyes

update-memory

Update a memory

Arguments

ArgumentTypeRequiredDescription
memoryIdstringyes
namestringnoMemory name
descriptionstringnoOptional description
tagsarray<string>noOptional list of tags for filtering in knowledge search

delete-memory

Delete a memory

Arguments

ArgumentTypeRequiredDescription
memoryIdstringyes