← Back to Plugins
MCP Server MCP

io.github.Yercko/devilge

github By github 👁 1 views ▲ 0 votes

Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "devilge",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the Android/KMM project root that devilge inspects (Gradle modules, source files, build outputs).",
          "isRequired": true,
          "format": "string",
          "name": "DEVILGE_ANDROID_PROJECT_ROOT"
        },
        {
          "description": "Directory where devilge writes screenshots and UI dumps. Defaults to <projectRoot>/.devilge-outputs/.",
          "format": "string",
          "name": "DEVILGE_OUTPUTS_ROOT"
        },
        {
          "description": "Default ADB serial used when a tool does not specify one. Useful when several devices/emulators are attached.",
          "format": "string",
          "name": "DEVILGE_DEFAULT_DEVICE_SERIAL"
        },
        {
          "description": "Directory containing Maestro YAML flows. Defaults to <projectRoot>/devilge-flows/.",
          "format": "string",
          "name": "DEVILGE_FLOWS_ROOT"
        },
        {
          "description": "Absolute path to the Maestro binary. If unset, devilge resolves it from PATH; if absent, Maestro tools degrade gracefully.",
          "format": "string",
          "name": "DEVILGE_MAESTRO_BIN_PATH"
        },
        {
          "description": "Set to 'true' to allow Maestro flows containing 'runScript:' blocks. Default is false; flows with scripts are rejected.",
          "format": "string",
          "name": "DEVILGE_ALLOW_FLOW_SCRIPTS"
        },
        {
          "description": "Comma-separated logcat tags scanned for HTTP traffic. Defaults to 'HttpClient,OkHttp' (covers Ktor + OkHttp/Retrofit).",
          "format": "string",
          "name": "DEVILGE_HTTP_LOG_TAGS"
        },
        {
          "description": "HTTP log parser to use: 'auto' (default), 'ktor', or 'okhttp'.",
          "format": "string",
          "name": "DEVILGE_HTTP_LOG_FORMAT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...