Skip to main content
Glama

ADB MCP Server

by srmorete

adb_logcat

Capture and manage Android device logs using logcat. Specify filters, device IDs, and line counts to extract relevant debugging information for app development and troubleshooting.

Input Schema

NameRequiredDescriptionDefault
deviceNoSpecific device ID (optional)
filterNoLogcat filter expression (optional)
linesNoNumber of lines to return (default: 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "device": { "description": "Specific device ID (optional)", "type": "string" }, "filter": { "description": "Logcat filter expression (optional)", "type": "string" }, "lines": { "default": 50, "description": "Number of lines to return (default: 50)", "type": "number" } }, "type": "object" }
Install Server

Other Tools from ADB MCP Server

Related Tools

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

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