Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
initialize_memory_bank | Creates the memory-bank directory and standard .md files with initial templates. |
check_memory_bank_status | Checks if the memory-bank directory exists and lists the .md files within it. |
read_memory_bank_file | Reads the full content of a specified memory bank file. |
append_memory_bank_entry | Appends a new, timestamped entry to a specified file, optionally under a specific markdown header. |