Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_DB_HOSTNoPostgreSQL hostname or IP (enables memory features)
MEMORY_DB_NAMENoTarget database namememory_db
MEMORY_DB_PORTNoPostgreSQL port5432
MEMORY_DB_USERNoDatabase username
AUDIT_FAIL_CLOSEDNoWhen true, audit-logging failures abort memory operationfalse
MEMORY_DB_PASSWORDNoDatabase password
WORKFLOWS_LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)INFO
WORKFLOWS_LLM_CONFIGNoOptional path override for LLM config
MEMORY_DB_AUTO_CREATENoAuto-create the target database on first boottrue
WORKFLOWS_JOB_TIMEOUTNoDefault async timeout in seconds3600
MEMORY_DB_ADMIN_DATABASENoAdmin database used for CREATE DATABASEpostgres
WORKFLOWS_TEMPLATE_PATHSNoComma-separated workflow directories to load
WORKFLOWS_JOB_HISTORY_MAXNoMax retained job records1000
WORKFLOWS_JOB_HISTORY_TTLNoJob retention TTL in seconds86400
WORKFLOWS_IO_QUEUE_ENABLEDNoEnable serialized I/O queuetrue
WORKFLOWS_JOB_QUEUE_ENABLEDNoEnable async job queuetrue
WORKFLOWS_JOB_QUEUE_WORKERSNoQueue workers3
WORKFLOWS_MAX_CONCURRENT_JOBSNoMax active + queued jobs500
WORKFLOWS_MAX_RECURSION_DEPTHNoMax workflow composition depth50

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/qtsone/workflows-mcp'

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