Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APPIUM_APPNoPath to the mobile app package. Required when AUTOMATION_FRAMEWORK=appium.
GITHUB_PATNoGitHub Personal Access Token. Mentioned in the .env example; may be used for GitHub integrations.
GEMINI_MODELNoOptional model name for Gemini, e.g. gemini-2.5-flash.gemini-2.5-flash
LLM_PROVIDERNoThe LLM provider to use for healing. Options: gemini (default), claude/anthropic, or openai/compatible.gemini
OPENAI_MODELNoOptional model name for OpenAI, e.g. gpt-4o-mini.
GEMINI_API_KEYNoYour Google Gemini API key. Required when using the default Gemini provider.
OPENAI_API_KEYNoYour OpenAI API key (or compatible provider key). Required when LLM_PROVIDER is set to openai.
ANTHROPIC_MODELNoOptional model name for Claude, e.g. claude-3-5-haiku-latest.
OPENAI_BASE_URLNoOptional base URL for OpenAI-compatible APIs such as Ollama or vLLM, e.g. http://localhost:11434/v1.
AWARSE_MOCK_HEALNoSet to 'true' to run in mock mode without calling an external LLM. Used in CI/CD testing.
ANTHROPIC_API_KEYNoYour Anthropic API key. Required when LLM_PROVIDER is set to claude or anthropic.
APPIUM_SERVER_URLNoAppium server URL, e.g. http://localhost:4723. Required when AUTOMATION_FRAMEWORK=appium.
APPIUM_DEVICE_NAMENoAppium device name, e.g. Android Emulator. Required when AUTOMATION_FRAMEWORK=appium.
APPIUM_PLATFORM_NAMENoAppium platform name, e.g. Android or iOS. Required when AUTOMATION_FRAMEWORK=appium.
AUTOMATION_FRAMEWORKNoAutomation backend to use: playwright (default), selenium, or appium.playwright
TOKEN_EFFICIENT_MODENoWhen 'true' (default), uses optimized markdown element mapping to reduce LLM tokens. Set to 'false' to use raw HTML body context.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

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/awarselabs/awarse-mcp'

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