Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMOVAULT_DATA_DIR | No | The directory path where memory data will be stored. | ./memovault_data |
| MEMOVAULT_LLM_BACKEND | No | The LLM backend to use, typically 'openai' or 'ollama'. | |
| MEMOVAULT_OPENAI_MODEL | No | The OpenAI model to use (e.g., gpt-4o-mini). | gpt-4o-mini |
| MEMOVAULT_MEMORY_BACKEND | No | The storage backend for memories, either 'vector' for semantic retrieval or 'simple' for JSON storage. | |
| MEMOVAULT_OPENAI_API_KEY | No | Your OpenAI API key, required if using the 'openai' backend. | |
| MEMOVAULT_EMBEDDER_BACKEND | No | The backend used for generating embeddings (e.g., 'openai', 'ollama', or 'sentence_transformer'). |
Capabilities
Server capabilities have not been inspected yet.
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 | |