Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENGRAM_DB_PATHNoSQLite database file path (default: ~/.engram/memory.sqlite)
OPENAI_API_KEYYesOpenAI API key (required for OpenAI or Anthropic provider; for Ollama, set ENGRAM_PROVIDER=ollama and omit API keys)
ENGRAM_PROVIDERNoAI provider: openai, anthropic, ollama (default: openai)
ANTHROPIC_API_KEYNoAnthropic API key (required if using Anthropic provider)
ENGRAM_AUTO_REFLECTNoSet to false to disable auto-reflect (default: true)
ENGRAM_DEFAULT_BANKNoDefault bank ID (default: default)
ENGRAM_LANGUAGE_MODELNoOverride language model name (default: provider default)
ENGRAM_EMBEDDING_MODELNoOverride embedding model name (default: provider default)
ENGRAM_DEFAULT_BANK_NAMENoDefault bank name (default: Default)
ENGRAM_SKIP_EVIDENCE_EVALNoSet to true to skip evidence evaluation (default: false)
ENGRAM_REFLECT_MAX_CLUSTERSNoMax clusters per reflect cycle (default: unlimited)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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