Skip to main content
Glama
0x-Professor

Android Forensics ADB MCP Server

by 0x-Professor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
capture_logcatA

Capture Android system logs (logcat). Critical for understanding device activity and app behavior.

Args: output_file: Path to save the logcat output device_id: Optional device serial number lines: Number of log lines to capture (default 10000) filter_spec: Optional logcat filter (e.g., "*:W" for warnings+) include_timestamps: Include timestamps in output

capture_dmesgA

Capture kernel ring buffer (dmesg). Contains hardware events, driver messages, and security-related logs.

Args: output_file: Path to save dmesg output device_id: Optional device serial number

Note: May require root access on some devices.

check_root_statusA

Comprehensive root/jailbreak detection. Checks multiple indicators of device rooting.

Args: device_id: Optional device serial number

get_installed_packagesA

Get list of all installed packages with details. Essential for identifying installed applications.

Args: device_id: Optional device serial number include_system: Include system apps output_file: Optional path to save results as JSON

dump_system_settingsA

Dump all system settings (secure, system, global). Reveals device configuration, security settings, and user preferences.

Args: device_id: Optional device serial number output_file: Optional path to save results as JSON

analyze_network_connectionsA

Analyze active network connections and configuration. Identifies connected networks, open ports, and suspicious connections.

Args: device_id: Optional device serial number output_file: Optional path to save results as JSON

get_running_processesA

Get list of running processes. Identifies active applications and background services.

Args: device_id: Optional device serial number output_file: Optional path to save results as JSON

extract_with_rootA

Extract files using root privileges. Bypasses Android security restrictions for forensic acquisition.

Args: remote_path: Path on device (e.g., /data/data/com.whatsapp) local_path: Local destination path device_id: Optional device serial number

Warning: Requires rooted device. May trigger security alerts.

analyze_partition_infoA

Analyze device partitions and mount points. Essential for understanding device storage layout.

Args: device_id: Optional device serial number output_file: Optional path to save results as JSON

get_account_infoA

Get registered accounts on the device. Identifies Google, social media, and other linked accounts.

Args: device_id: Optional device serial number output_file: Optional path to save results as JSON

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/0x-Professor/DroidForensics-Suite'

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