Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port when using http/both7332
ADB_PATHNoPath to adb executableadb
ADB_DEBUGNoLog adb diagnostics to stderr0
ADB_SERIALNoDevice serial to target (auto to clear and auto-detect)
MCP_TRANSPORTNoTransport: stdio, http, or bothstdio
ADB_TIMEOUT_MSNoTimeout for adb commands15000
ADB_MAX_BUFFER_MBNoMax output buffer size10

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
devicesA

List connected Android devices and emulators.

doctorB

Check adb availability and connected devices.

setDeviceA

Override the active device serial for this MCP process. Use "auto" to clear override.

inspectB

Capture a screenshot and parse UI hierarchy into structured elements.

screenshotA

Capture a screenshot without UI element parsing.

findElementC

Find UI elements by criteria.

tapElementC

Find an element and tap its center coordinate.

waitForElementB

Wait until an element appears or timeout is reached.

assertElementC

Assert element presence and state.

tapC

Tap on screen at coordinates.

swipeB

Swipe on screen from one coordinate to another.

longPressC

Press and hold on screen at coordinates.

inputTextC

Type text into the focused input field.

keyEventC

Send an Android key event to the device.

openAppB

Launch an Android app by package name.

listPackagesB

List installed package names.

installExpoGoA

Download the pinned Expo Go APK and install it on the device via adb install -r. Pass url to install a different official Expo Go release (only github.com/expo/expo-go-releases URLs are accepted).

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/frndchagas/expo-android'

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