Memory Bank MCP

by movibe
Verified

set_memory_bank_path

Set a custom path for the Memory Bank

Input Schema

NameRequiredDescriptionDefault
pathNoCustom path for the Memory Bank. If not provided, the current directory will be used.

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Custom path for the Memory Bank. If not provided, the current directory will be used.", "type": "string" } }, "required": [], "type": "object" }