Skip to main content
Glama

MCP Memory Service

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

You must be authenticated.

Other Tools from MCP Memory Service

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/doobidoo/mcp-memory-service'

If you have feedback or need assistance with the MCP directory API, please join our Discord server