Memory Bank MCP

by movibe
Verified

set_memory_bank_path

Configure a custom directory for the Memory Bank in the MCP server. Specify a path to store structured information for AI assistants or use the current directory by default.

Instructions

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