Skip to main content
Glama

Memory MCP Server

by win10ogod

delete_short_term_memories

Remove short-term memories by keyword or regex pattern to manage conversation data and maintain relevant information in memory systems.

Instructions

Delete short-term memories matching a keyword or regex pattern.

Input Schema

NameRequiredDescriptionDefault
patternYes
conversation_idYes

Input Schema (JSON Schema)

{ "properties": { "conversation_id": { "_def": { "checks": [], "coerce": false, "description": "Conversation ID for storage", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "pattern": { "_def": { "checks": [], "coerce": false, "description": "String keyword or regex pattern to match (e.g., \"keyword\" or \"/pattern/i\")", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [ "pattern", "conversation_id" ], "type": "object" }

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

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