Skip to main content
Glama

Memory MCP

by drdee

update_memory

Modify existing memory entries by updating titles or content using the provided memory ID. Designed for precise memory management within the Memory MCP server.

Instructions

Update an existing memory.

Input Schema

NameRequiredDescriptionDefault
contentNoOptional new content for the memory
memory_idYesThe ID of the memory to update
titleNoOptional new title for the memory

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Optional new content for the memory", "type": "string" }, "memory_id": { "description": "The ID of the memory to update", "type": "integer" }, "title": { "description": "Optional new title for the memory", "type": "string" } }, "required": [ "memory_id" ], "title": "updateMemoryArguments", "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