Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoDatabase host. Required if using individual DB parameters.
DB_USERNoDatabase user. Required if using individual DB parameters.
DB_DATABASENoDatabase name. Required if using individual DB parameters.
DB_PASSWORDNoDatabase password. Required if using individual DB parameters.
DATABASE_URLNoDatabase connection URL (e.g., postgresql://user:password@host/database). Alternative to individual DB parameters.
GOOGLE_API_KEYNoAPI key for Google provider. Required if ENGRAM_LLM_PROVIDER is google.
OPENAI_API_KEYNoAPI key for OpenAI-compatible providers. Required if ENGRAM_LLM_PROVIDER is openai-compatible.
ANTHROPIC_API_KEYNoAPI key for Anthropic provider. Required if ENGRAM_LLM_PROVIDER is anthropic.
ENGRAM_LLM_PROVIDERNoThe LLM provider to use. Options: ollama, openai-compatible, anthropic, google, command, mock.ollama
ENGRAM_EXTRACT_ON_SAVENoControl fact extraction when saving messages (e.g., true/false).
ENGRAM_OPENAI_BASE_URLNoBase URL for OpenAI-compatible providers (e.g., https://api.groq.com/openai/v1). Required if ENGRAM_LLM_PROVIDER is openai-compatible.

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/jamjet-labs/engram-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server