Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoLLM model name.
LOG_LEVELNoLog level (DEBUG, INFO, WARNING, ERROR).INFO
LOG_FORMATNoLog format (text or json).text
LLM_API_KEYYesAPI key for LLM provider (OpenAI-compatible). Required for OpenAI; optional if using local Ollama.
LLM_BASE_URLNoBase URL for OpenAI-compatible API (default: https://api.openai.com).
LLM_PROVIDERNoLLM provider name.openai
AGENT_MAX_STEPSNoMaximum steps for the agent loop.
OPS_CORE_API_KEYYesAPI key for ops-core-api.
OPS_CORE_TIMEOUTNoTimeout for ops-core-api requests (seconds).
SECURITY_API_KEYNoOptional API key for POST /api/v1/invoke (min 16 chars). Must be set if exposing publicly.
OPS_CORE_BASE_URLYesBase URL for ops-core-api.http://localhost:8000
AGENT_MCP_SELF_URLNoSelf-loopback URL for MCP.http://localhost:8000/mcp
CORS_ALLOWED_ORIGINSNoComma-separated list of allowed CORS origins (empty = none).
OPS_CORE_TOTAL_ATTEMPTSNoTotal retry attempts for ops-core-api.

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/upkero/mcp-ops-agent'

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