agent-droid-bridge
Agent Droid Bridge
MCP server giving AI agents eyes and hands inside Android devices via ADB
Package Details
agent-droid-bridge
Environment Variables
unrestrictedSecurity mode. 'unrestricted' allows all shell commands with an optional denylist. 'restricted' allows only commands in ADB_SHELL_ALLOWLIST.
trueSet to 'false' to block all adb shell commands regardless of execution mode.
adbPath to the ADB binary. Use a full path if adb is not on your system PATH.
Comma-separated list of extra tool packs to load. Set to 'app_manager' to enable 9 additional app management tools.
Comma-separated list of tool names to hide from the agent at startup.
Comma-separated list of shell commands permitted in restricted mode. Empty blocks all shell commands.
Comma-separated list of shell commands blocked in unrestricted mode.
falseSet to 'true' to enable session logging. Requires MCP_LOG_DIR.
Absolute path to the directory where session logs are written. Required when MCP_LOG_ENABLED is true.
INFOServer process log level.
30Maximum seconds to wait for any ADB command.
60Maximum seconds to wait for a screenshot capture.
10Default timeout in seconds for detect_ui_change.
0.5How often in seconds detect_ui_change polls the UI hierarchy.
10Maximum seconds to wait for aapt dump badging, used by the app_manager pack.
envSet to 'yaml' to load configuration from adb_config.yaml instead of environment variables.