MCP Memory Service

store_memory

Store new information with optional tags

Input Schema

NameRequiredDescriptionDefault
contentYes
metadataNo

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "metadata": { "properties": { "tags": { "items": { "type": "string" }, "type": "array" }, "type": { "type": "string" } }, "type": "object" } }, "required": [ "content" ], "type": "object" }