Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STATS_TOKENYesKey for admin endpoints. Set before public use via `npx wrangler secret put STATS_TOKEN`.
AI_GATEWAY_URLNoOptional AI Gateway URL for using a frontier model as the extractor.
EXTRACTOR_MODELNoModel used for extraction in the verifier. Defaults to Workers AI (no external key needed). To use a frontier model, set AI_GATEWAY_URL and AI_GATEWAY_TOKEN and point this at the provider model.
AI_GATEWAY_TOKENNoOptional secret token for the AI Gateway.
MOCK_PAYMENT_SECRETYesSecret used to verify mock x402 payments. Set before public use via `npx wrangler secret put MOCK_PAYMENT_SECRET`.

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