set_memory_bank_path
Define or update the custom path for the Memory Bank in mcp-with-ssh, ensuring centralized knowledge storage and access via SSH. Use the command to specify a directory or default to the current one.
Instructions
Set a custom path for the Memory Bank
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Custom 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"
}