Memory Cache MCP Server

clear_cache

Clear specific or all cache entries

Input Schema

NameRequiredDescriptionDefault
keyNoSpecific key to clear (optional - clears all if not provided)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Specific key to clear (optional - clears all if not provided)", "type": "string" } }, "type": "object" }