Memory Cache MCP Server

retrieve_data

Retrieve data from the cache

Input Schema

NameRequiredDescriptionDefault
keyYesKey of the cached data to retrieve

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key of the cached data to retrieve", "type": "string" } }, "required": [ "key" ], "type": "object" }