Skip to main content
Glama

Memory Box MCP Server

search_memories

Use semantic search to retrieve stored memories based on meaning and context. Ideal for locating relevant information efficiently leveraging vector embeddings for precise results.

Instructions

Search for memories using semantic search

Input Schema

NameRequiredDescriptionDefault
debugNoInclude debug information in results (default: false)
queryYesThe search query

Input Schema (JSON Schema)

{ "properties": { "debug": { "description": "Include debug information in results (default: false)", "type": "boolean" }, "query": { "description": "The search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Box MCP Server

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/amotivv/memory-box-mcp'

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