Loading MCP server directory, please wait...
Guarded AI mobile Appium testing, security scanning, verification, and fix-retest MCP tools.
npx @getmcp/cli add io.github.enessubass/mobiloop-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.enessubass/mobiloop-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MOBILOOP_WORKSPACE_ROOT",
"-e",
"APPIUM_SERVER_URL",
"ghcr.io/enessubass/mobiloop-mcp:0.1.0-alpha.14"
],
"env": {
"MOBILOOP_WORKSPACE_ROOT": "/workspace",
"APPIUM_SERVER_URL": "http://127.0.0.1:4723"
}
}
}
}