Skip to main content
Glama

Memory MCP

by drdee

remember

Store and organize memories within Memory MCP by saving a title and content for easy retrieval and management using SQLite storage.

Instructions

Store a new memory.

Input Schema

NameRequiredDescriptionDefault
contentYesThe full content of the memory to store
titleYesA concise title for the memory

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The full content of the memory to store", "type": "string" }, "title": { "description": "A concise title for the memory", "type": "string" } }, "required": [ "title", "content" ], "title": "rememberArguments", "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