Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CELMIS_MASTER_KEYNoGlobal admin password used with CELMIS_MASTER_EMAIL to sign in as admin.
LITELLM_PROXY_URLNoWhen set together with LITELLM_MASTER_KEY, routes all model calls through a LiteLLM gateway.
LITELLM_MASTER_KEYNoMaster key for the LiteLLM gateway (set together with LITELLM_PROXY_URL).
CELMIS_MASTER_EMAILNoGlobal admin email used with CELMIS_MASTER_KEY to sign in as admin.
CREDENTIAL_MASTER_KEYNoKey used to encrypt provider credentials before storing them in the database.
CELMIS_DEPLOYMENT_MODENoWhether deployment is single-tenant or multi-tenant (isolates workspaces from each other).single_tenant
REVIEW_TIMEOUT_SECONDSNoWall clock for one review; past it the tail stages stand down and the comment says so.900
REVIEW_VERIFIER_ENABLEDNoThe LLM false-positive veto.false
CELMIS_JOB_LEASE_SECONDSNoCeiling on worker silence before a job may be reclaimed.600
REVIEW_AGENT_CONCURRENCYNoProvider calls in flight per review.3
REVIEW_LLM_TIMEOUT_SECONDSNoOne model call timeout. Raise to ~600 for a slow reasoning model.300
REVIEW_MAX_DIFF_SIZE_BYTESNoLarger diffs are refused, not truncated.500000
REVIEW_LLM_TIMEOUT_RETRY_FACTORNoHow much longer the retry gets after a timeout; 1.0 disables the widening.2.0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/Celmis-labs/Celmis'

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