Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 10013 |
| CHAT_MODEL | No | Chat model for RAG | qwen3:8b |
| OLLAMA_API | No | Ollama API address | http://localhost:11434/api |
| MEMEX_DATA_DIR | No | Data storage directory | ~/memex-data |
| EMBEDDING_MODEL | No | Embedding model | bge-m3 |
| MEMEX_BACKUP_DIR | No | Backup directory | ~/memex-data/backups |
| CLAUDE_PROJECTS_PATH | No | Claude Code data source path | ~/.claude/projects |
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 | |