Skip to main content
Glama

ADB MCP Server

by richard0913

adb_push_file

Transfer files from a local system to an Android device using specified local and remote paths. Device ID can optionally be included for targeted file transfers.

Instructions

Push a file from local system to device

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
localPathYesLocal file path
remotePathYesRemote file path on device

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "localPath": { "description": "Local file path", "type": "string" }, "remotePath": { "description": "Remote file path on device", "type": "string" } }, "required": [ "localPath", "remotePath" ], "type": "object" }

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/richard0913/adb-mcp'

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