Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3800 |
| ENGRAM_DB_PATH | No | SQLite database path | ~/.engram/default.db |
| GEMINI_API_KEY | No | Gemini API key for embeddings and consolidation | |
| ENGRAM_LLM_MODEL | No | LLM model name | provider default |
| ENGRAM_AUTH_TOKEN | No | Bearer token for API auth | |
| ENGRAM_LLM_BASE_URL | No | Custom API base URL (Groq, Cerebras, Ollama, etc.) | provider default |
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 | |