mcp-with-ssh

by aakarsh-sasi
Verified

initialize_memory_bank

Set up a Memory Bank in a specified directory to create a central knowledge base with SSH support for efficient data storage and retrieval.

Instructions

Initialize a Memory Bank in the specified directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath where the Memory Bank will be initialized

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path where the Memory Bank will be initialized", "type": "string" } }, "required": [ "path" ], "type": "object" }
ID: lbc6a9lfqg