engram
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENGRAM_DB_PATH | No | SQLite database file path (default: ~/.engram/memory.sqlite) | |
| OPENAI_API_KEY | Yes | OpenAI API key (required for OpenAI or Anthropic provider; for Ollama, set ENGRAM_PROVIDER=ollama and omit API keys) | |
| ENGRAM_PROVIDER | No | AI provider: openai, anthropic, ollama (default: openai) | |
| ANTHROPIC_API_KEY | No | Anthropic API key (required if using Anthropic provider) | |
| ENGRAM_AUTO_REFLECT | No | Set to false to disable auto-reflect (default: true) | |
| ENGRAM_DEFAULT_BANK | No | Default bank ID (default: default) | |
| ENGRAM_LANGUAGE_MODEL | No | Override language model name (default: provider default) | |
| ENGRAM_EMBEDDING_MODEL | No | Override embedding model name (default: provider default) | |
| ENGRAM_DEFAULT_BANK_NAME | No | Default bank name (default: Default) | |
| ENGRAM_SKIP_EVIDENCE_EVAL | No | Set to true to skip evidence evaluation (default: false) | |
| ENGRAM_REFLECT_MAX_CLUSTERS | No | Max clusters per reflect cycle (default: unlimited) |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReallyArtificial/engram'
If you have feedback or need assistance with the MCP directory API, please join our Discord server