Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | The operational mode to optimize AI interactions for specific tasks. | code |
| path | No | The project path where the memory bank will be created or accessed. The memory bank will be at <project_path>/memory-bank by default. | |
| folder | No | Custom name for the memory bank folder. If specified, the memory bank will be at <project_path>/<folder>. | memory-bank |
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 |
|---|---|
No tools | |