Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_URLNoStorage: SQLite or postgresql://user:pw@host:5432/dbsqlite:///accessbell.db
MCP_ORIGINNoOptional allowed Origin(s) (host or full URL), comma-separated.
LLM_PROVIDERNoProvider for LLM triage: stub (offline), bedrock, openai, anthropic, google, ollama. MCP tools themselves are DB-only, but some enrichment flows may use it.stub
MCP_RESOURCENoRFC 8707 canonical URI for resource indicator.
OAUTH_ISSUERNoOAuth 2.1 issuer (Cognito / Okta) — set → /mcp requires JWT; empty → falls back to MCP_HTTP_TOKEN.
GOOGLE_API_KEYNoRequired if LLM_PROVIDER=google.
MCP_HTTP_TOKENNoBearer token for MCP HTTP (demo mode; replaced by OAuth when enabled). Required when OAUTH_ISSUER is not set.
OAUTH_AUDIENCENoExpected audience for JWT tokens.
OAUTH_JWKS_URLNoJWKS discovery override (optional if issuer provides discovery).
OPENAI_API_KEYNoRequired if LLM_PROVIDER=openai.
OLLAMA_BASE_URLNoOllama server base URL (if LLM_PROVIDER=ollama).localhost:11434
BEDROCK_MODEL_IDNoBedrock model ID (if LLM_PROVIDER=bedrock).us.amazon.nova-lite-v1:0
ANTHROPIC_API_KEYNoRequired if LLM_PROVIDER=anthropic.
CF_ACCESS_JWT_ENABLEDNoAccept `Cf-Access-Jwt-Assertion` as user-tier token (Cloudflare Access).false
OAUTH_REQUIRE_RESOURCENoStrictly enforce `resource` claim on tokens.false
MCP_401_WWW_AUTHENTICATENoIf false, does not send WWW-Authenticate header on 401 (required for Alexa+ compatibility).true

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