MCP Memory Service

by doobidoo
Verified

store_memory

Store new information with optional tags for enhanced semantic memory. Enables persistent storage and retrieval using ChromaDB and sentence transformers in the MCP Memory Service.

Instructions

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" }

Other Tools from MCP Memory Service

Related Tools

ID: bzvl3lz34o