Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_BASE_DIR | No | Base directory for all memory categories (default: '.aim' in current working directory) | .aim |
| DEFAULT_CATEGORY | No | Default category when none specified (default: "default") | default |
| SERIALIZATION_FORMAT | No | Output format for tool responses. 'json' (Standard JSON with 2-space indentation) or 'toon' (Token-Oriented Object Notation - compact format optimized for LLMs). Default: "json" | json |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |