AWARSE
Officialby awarselabs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APPIUM_APP | No | Path to the mobile app package. Required when AUTOMATION_FRAMEWORK=appium. | |
| GITHUB_PAT | No | GitHub Personal Access Token. Mentioned in the .env example; may be used for GitHub integrations. | |
| GEMINI_MODEL | No | Optional model name for Gemini, e.g. gemini-2.5-flash. | gemini-2.5-flash |
| LLM_PROVIDER | No | The LLM provider to use for healing. Options: gemini (default), claude/anthropic, or openai/compatible. | gemini |
| OPENAI_MODEL | No | Optional model name for OpenAI, e.g. gpt-4o-mini. | |
| GEMINI_API_KEY | No | Your Google Gemini API key. Required when using the default Gemini provider. | |
| OPENAI_API_KEY | No | Your OpenAI API key (or compatible provider key). Required when LLM_PROVIDER is set to openai. | |
| ANTHROPIC_MODEL | No | Optional model name for Claude, e.g. claude-3-5-haiku-latest. | |
| OPENAI_BASE_URL | No | Optional base URL for OpenAI-compatible APIs such as Ollama or vLLM, e.g. http://localhost:11434/v1. | |
| AWARSE_MOCK_HEAL | No | Set to 'true' to run in mock mode without calling an external LLM. Used in CI/CD testing. | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key. Required when LLM_PROVIDER is set to claude or anthropic. | |
| APPIUM_SERVER_URL | No | Appium server URL, e.g. http://localhost:4723. Required when AUTOMATION_FRAMEWORK=appium. | |
| APPIUM_DEVICE_NAME | No | Appium device name, e.g. Android Emulator. Required when AUTOMATION_FRAMEWORK=appium. | |
| APPIUM_PLATFORM_NAME | No | Appium platform name, e.g. Android or iOS. Required when AUTOMATION_FRAMEWORK=appium. | |
| AUTOMATION_FRAMEWORK | No | Automation backend to use: playwright (default), selenium, or appium. | playwright |
| TOKEN_EFFICIENT_MODE | No | When '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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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