Skip to main content
Glama

Memory MCP

by drdee

delete_memory

Remove specific stored data by providing the memory ID, ensuring efficient management of stored information on the MCP server.

Instructions

Delete a memory.

Input Schema

NameRequiredDescriptionDefault
memory_idYesThe ID of the memory to delete

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory to delete", "type": "integer" } }, "required": [ "memory_id" ], "title": "deleteMemoryArguments", "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