Memory Bank MCP

by movibe
Verified

initialize_memory_bank

Set up a Memory Bank at a specified directory to create a structured repository for AI assistants, enabling context retention and progress tracking across sessions.

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: riei9a6dhx