Skip to main content
Glama

Memory MCP

by drdee

get_memory

Retrieve specific memory data by ID or title using SQLite storage within the Memory MCP server. Easily access stored information with precise search parameters.

Instructions

Retrieve a specific memory by ID or title.

Input Schema

NameRequiredDescriptionDefault
memory_idNoThe ID of the memory to retrieve
titleNoThe title of the memory to retrieve

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory to retrieve", "type": "integer" }, "title": { "description": "The title of the memory to retrieve", "type": "string" } }, "title": "getMemoryArguments", "type": "object" }
Install Server

Other Tools from Memory MCP

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

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