Memory Bank MCP

by movibe
Verified

initialize_memory_bank

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" }