Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_FILENoPath to log file (optional, logs to stderr by default)
LOG_LEVELNoMinimum log level: trace, debug, info, warn, error, fatal, silentinfo
LOG_PRETTYNoForce pretty-print or JSON; auto decides by TTYauto
ANTHROPIC_API_KEYYesRequired. Anthropic API key for Claude.
AUDIT_AUTO_CONSENTNoSet to '1' or 'true' to auto-consent to privacy notice (bypasses prompt)
AUDIT_COST_LEDGER_PATHNoPath to the persistent daily ledger~/.pixelcheck/cost-ledger.json
AUDIT_COST_MAX_RUN_USDNoMax USD per audit run / MCP tool call5
AUDIT_RESULT_CACHE_PATHNoSQLite path for result cache~/.pixelcheck/result-cache.db
AUDIT_COST_MAX_DAILY_USDNoMax USD per UTC day across all runs50
AUDIT_ACTS_RETENTION_DAYSNoRetention window for 'act' artifacts30
AUDIT_COST_GUARD_DISABLEDNoSet to '1' or 'true' to bypass cost guard entirely
AUDIT_COST_MAX_RUN_TOKENSNoMax input+output tokens per run10000000
AUDIT_RESULT_CACHE_TTL_MSNoCache TTL in milliseconds86400000
AUDIT_SEES_RETENTION_DAYSNoRetention window for 'see' artifacts; 0 disables prune30
AUDIT_COST_MAX_DAILY_TOKENSNoMax input+output tokens per UTC day100000000
AUDIT_JUDGES_RETENTION_DAYSNoRetention window for 'judge' artifacts30
AUDIT_RESULT_CACHE_DISABLEDNoSet to '1' or 'true' to disable result cache
AUDIT_RESULT_CACHE_MAX_ROWSNoMaximum rows in cache (LRU); 0 disables10000
AUDIT_COMPARES_RETENTION_DAYSNoRetention window for 'compare' artifacts30
AUDIT_EXTRACTS_RETENTION_DAYSNoRetention window for 'extract' artifacts30
AUDIT_RESULT_CACHE_MAX_DISK_MBNoMaximum disk usage in MB (LRU); 0 disables500

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/xcodethink/pixelcheck'

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