Memory Bank MCP

by movibe
Verified

read_memory_bank_file

Read a file from the Memory Bank

Input Schema

NameRequiredDescriptionDefault
filenameYesName of the file to read

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Name of the file to read", "type": "string" } }, "required": [ "filename" ], "type": "object" }