Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Verbosity of the server logs (e.g., info, debug, warn, error). | |
| REDIS_URL | No | Redis connection URL (e.g., redis://localhost:6379). If not provided, the server uses an embedded Redis instance. | |
| MEM0_API_KEY | No | API key for cloud backup and synchronization from mem0.ai. While the server can run locally without it, cloud features require this key. | |
| MEM0_USER_ID | No | Default user identifier for stored memories. | |
| CACHE_STRATEGY | No | Cache management strategy. Options typically include: aggressive, balanced, or conservative. | |
| MAX_CONNECTIONS | No | Maximum number of connections in the pool. |
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 | |