Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key. Required for the MCP server to function. Used only on the server; never exposed to the frontend.
TAVILY_API_KEYNoAPI key for Tavily. If present, used as the primary search backend. The system works without it.
LESSONLOOP_MODELNoThe default model used for the main agent.gpt-4o-mini
LESSONLOOP_DB_PATHNoPath to the SQLite database file. Set this to a persistent volume to avoid data loss on redeployment.
LESSONLOOP_MAX_STEPSNoMaximum number of LLM calls per run.50
LESSONLOOP_SCHEDULERNoIf set to '1', automatically executes queued concepts via cron.0
LESSONLOOP_MAX_SECONDSNoMaximum time per run in seconds.420
LESSONLOOP_ARTIFACT_DIRNoDirectory where generated lesson packs (artifacts) are stored. Set this to a persistent volume to avoid data loss on redeployment.
LESSONLOOP_MAX_COST_USDNoMaximum cost per run in USD. The run stops automatically if this is exceeded.0.50
LESSONLOOP_REVIEW_MODELNoThe model used for the reviewer agent. Defaults to the value of LESSONLOOP_MODEL.
LESSONLOOP_MAX_REVISIONSNoMaximum number of review → rewrite cycles.1
LESSONLOOP_WEBHOOK_TOKENNoIf set, enables POST /api/webhook/run for webhook-triggered runs.
LESSONLOOP_RATE_LIMIT_PER_HOURNoNumber of runs allowed per IP address per hour.10

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