Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENGRAM_HOSTNoListen address (SSE/HTTP)0.0.0.0
ENGRAM_PORTNoListen port (SSE/HTTP)8192
ENGRAM_DATA_PATHNoRoot path for knowledge data/knowledge
ENGRAM_QUERY_LOGNoFile path; when set, search/recall append a JSONL trace of each call
ENGRAM_TRANSPORTNoMCP transport (stdio, sse, streamable-http)stdio
ENGRAM_PUBLIC_URLNoPublic base URL for the server (required only if ENGRAM_MULTI_TENANT=1)
ENGRAM_MULTI_TENANTNoSet to 1 to enable multi-tenant mode (requires ENGRAM_PUBLIC_URL and ENGRAM_ADMIN_API_KEY)0
ENGRAM_ADMIN_API_KEYNoAdmin API key to provision teams (required only if ENGRAM_MULTI_TENANT=1)
ENGRAM_DASHBOARD_HOSTNoDashboard listen address0.0.0.0
ENGRAM_DASHBOARD_PORTNoDashboard listen port8193
ENGRAM_EMBEDDING_MODELNoModel2Vec model for semantic searchminishlab/potion-multilingual-128M
ENGRAM_ENABLE_DASHBOARDNoSet to 1, true, or yes to start the dashboard as a second process alongside the MCP server0

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/veronchenko/engram-memory'

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