Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HF_TOKENNoHuggingFace access token. Required for gated engines such as pyannote, stable-audio-open, musicgen-small, and musicgen-medium.
LOG_LEVELNoLog level: DEBUG, INFO, WARNING, ERROR, or CRITICAL.INFO
AUDIOLLA_DEVICENoDevice to use: auto, cpu, cuda, or cuda:N.auto
AUDIOLLA_JOB_TTLNoSeconds a completed, failed, or cancelled async job remains in memory before being swept.3600
AUDIOLLA_PRELOADNoComma-separated engine slugs to load into memory at startup.
AUDIOLLA_DATA_DIRNoDirectory where models and staged files live./data
HUGGINGFACE_TOKENNoAlias for HF_TOKEN. The entrypoint mirrors both names, so setting either works.
AUDIOLLA_SOUNDFONTNoDefault SoundFont path used by /v1/midi/render./usr/share/sounds/sf2/FluidR3_GM.sf2
AUDIOLLA_AUTH_TOKENNoBearer token for authenticating requests; empty means no auth.
AUDIOLLA_ENGINE_TTLNoSeconds an engine stays loaded after being idle before it is unloaded.600
AUDIOLLA_FETCH_MODENoServer-side fetching policy: disabled, allowlist, or denylist.disabled
AUDIOLLA_FETCH_HOSTSNoComma-separated host patterns allowed for fetching when AUDIOLLA_FETCH_MODE is allowlist.
AUDIOLLA_PRESETS_DIRNoDirectory containing YAML preset workflows loaded at startup./app/presets
AUDIOLLA_ENGINES_FILENoPath to the engines registry file./app/engines.json
AUDIOLLA_LOAD_TIMEOUTNoSeconds allowed for an engine's cold load before it is treated as failed.300
AUDIOLLA_FETCH_SCHEMESNoComma-separated URL schemes permitted for fetching (https, http).https
AUDIOLLA_FETCH_TIMEOUTNoHard timeout in seconds for each fetch or upload.30
AUDIOLLA_UVR_MODELS_DIRNoDirectory where UVR model files are cached./data/uvr_models
AUDIOLLA_ENABLED_ENGINESNoComma-separated engine slugs to allow; empty means all engines are enabled.
AUDIOLLA_MAX_UPLOAD_BYTESNoMaximum upload size in bytes (200 MB); also caps URL fetch body size.209715200
AUDIOLLA_SWEEPER_INTERVALNoSeconds between idle engine sweeper checks.60
AUDIOLLA_JOB_MAX_CONCURRENTNoMaximum concurrent async jobs (parsed at startup; not yet enforced).8
AUDIOLLA_FETCH_ALLOW_PRIVATENoWhether to allow URLs that resolve to private, loopback, or link-local IP addresses.false
AUDIOLLA_FETCH_MAX_REDIRECTSNoMaximum number of redirects followed for each fetch.5
AUDIOLLA_ENABLE_NONCOMMERCIALNoSet to 1 to enable non-commercial engines such as MusicGen and matchering.

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/psyb0t/docker-audiolla'

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