HomeSecurity › MobiLoop

MobiLoop

Guarded AI mobile Appium testing, security scanning, verification, and fix-retest MCP tools.

TypeScript
★ 12 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/enessubass/mobiloop-mcp:0.1.0-alpha.14

Or add to your MCP client config:

{
  "mcpServers": {
    "mobiloop-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/enessubass/mobiloop-mcp:0.1.0-alpha.14"
      ],
      "env": {
        "MOBILOOP_WORKSPACE_ROOT": "<YOUR_VALUE>",
        "APPIUM_SERVER_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • MOBILOOP_WORKSPACE_ROOT — Workspace path mounted into the container.
  • APPIUM_SERVER_URL — Appium server URL reachable from the container.

Related servers

Data from the Official MCP Registry