devilge
Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.
Package Details
devilge
Environment Variables
Absolute path to the Android/KMM project root that devilge inspects (Gradle modules, source files, build outputs).
Directory where devilge writes screenshots and UI dumps. Defaults to <projectRoot>/.devilge-outputs/.
Default ADB serial used when a tool does not specify one. Useful when several devices/emulators are attached.
Directory containing Maestro YAML flows. Defaults to <projectRoot>/devilge-flows/.
Absolute path to the Maestro binary. If unset, devilge resolves it from PATH; if absent, Maestro tools degrade gracefully.
Set to 'true' to allow Maestro flows containing 'runScript:' blocks. Default is false; flows with scripts are rejected.
Comma-separated logcat tags scanned for HTTP traffic. Defaults to 'HttpClient,OkHttp' (covers Ktor + OkHttp/Retrofit).
HTTP log parser to use: 'auto' (default), 'ktor', or 'okhttp'.