Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to bind the server to. For local development, use 127.0.0.1.0.0.0.0
API_KEYNoSecret key for fail-closed authentication. If empty, authentication is disabled.
PG_HOSTNoPostgreSQL host.localhost
PG_PORTNoPostgreSQL port.5432
PG_USERNoPostgreSQL user.
LLM_MODELNoPrimary LLM model, e.g., gpt-4o or glm-4.5-air.gpt-4o
PG_DATABASENoPostgreSQL database name.
PG_PASSWORDNoPostgreSQL password.
LLM_PROVIDERNoLLM provider: openai, zhipu, or custom.
STATE_BACKENDNoState backend for rate limiting: memory or redis.memory
OPENAI_API_KEYNoAPI key for OpenAI or Zhipu (used for LLM analysis). Required for LLM features.
STORAGE_BACKENDNoStorage backend: memory or postgresql.memory
UI_URL_ALLOWLISTNoComma-separated list of allowed UI URLs for Playwright.
GIT_PATH_WHITELISTNoAllowed git repository paths.
LLM_FALLBACK_MODELNoFallback LLM model, e.g., glm-4-flash.glm-4-flash
TOOL_TIMEOUT_SECONDSNoTimeout for tool executions in seconds.60
UI_URL_ALLOW_PRIVATENoAllow access to private network addresses in Playwright UI verification (true/false).false
WHITELIST_PATH_PREFIXNoAllowed path prefix for file access beyond the project root.
DEBUG_ENDPOINTS_ENABLEDNoEnable debug endpoints (true/false).false

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/Ljj041120/Lujo-MCP'

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