Skip to main content
Glama

MCP Memory Service

retrieve_memory

Locate relevant stored information by querying the MCP Memory Service. Leverages ChromaDB and sentence transformers for accurate semantic search and retrieval.

Instructions

Find relevant memories based on query

Input Schema

NameRequiredDescriptionDefault
n_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "n_results": { "default": 5, "type": "number" }, "query": { "type": "string" } }, "required": [ "query" ], "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