mcp-with-ssh

by aakarsh-sasi
Verified

read_memory_bank_file

Retrieve and access specific files stored in the memory bank via SSH with the MCP server. Input the filename to read its contents efficiently from the central knowledge base.

Instructions

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" }
ID: lbc6a9lfqg