Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_FILENoPath to write log file (e.g. logs/mcp.log). Highly recommended for debugging
CACHE_TTLNoTime-to-live for cache items (optional)
LOG_LEVELNoLogging verbosity. Options: debug, info, warn, error, silentinfo
GIT_BRANCHNoDefault Git branch to clonemain
MCP_GROUPSNoComma-separated list of prompt groups to load (e.g. laravel,vue). If unset, checks System Repo or default behaviors
WATCH_MODENoEnable auto-reloading when changes are detected in the repositoryfalse
STORAGE_DIRNoDirectory to store cloned repositories.prompts_cache
MCP_LANGUAGENoOutput language. Options: en, zhen
CACHE_PROVIDERNoCaching mechanism. Options: local, redislocal
TRANSPORT_TYPENoCommunication method. Options: stdio, http, ssestdio
GIT_MAX_RETRIESNoNumber of retries for failed Git operations3
PROMPT_REPO_URLNoPrimary Git repository URL or local path (required if PROMPT_REPO_URLS is not set)
SYSTEM_REPO_URLNoSeparate repository URL for system-level prompts (e.g. common prompts)
PROMPT_REPO_URLSNoComma-separated list of multiple repository URLs (e.g. url1,url2)
GIT_POLLING_INTERVALNoInterval (ms) to check for updates when WATCH_MODE=true300000
CACHE_CLEANUP_INTERVALNoInterval (ms) to clean up expired cache items10000

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/CarlLee1983/mcp-prompt-manager'

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