Skip to main content
Glama
qddfxp
by qddfxp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoDefault model to use for LLM calls.
LLM_API_KEYNoAPI key for the LLM endpoint. Required for auto execution mode (Plan A).
LLM_BASE_URLNoBase URL for the LLM endpoint (OpenAI-compatible or Anthropic). Required for auto execution mode (Plan A).
LLM_PROTOCOLNoProtocol for LLM calls: 'openai' or 'anthropic'. Auto-detected from URL if not set.openai
LLM_MAX_TOKENSNomax_tokens parameter for Anthropic protocol.4096
WORKFLOW_TOOLSNoComma-separated server-level tool whitelist that overrides the default tool set for all steps.
WORKFLOW_ALLOW_NETNoSet to '1' to enable fetch_url networking (default off).0
LLM_MAX_CONCURRENCYNoMaximum number of concurrent LLM calls within a batch.4
WORKFLOW_ALLOW_DANGEROUSNoSet to '1' to allow dangerous bash commands (default blocked).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