homebrew-android-agent-kit

iVamsi/homebrew-android-agent-kit
★ 0 stars Ruby Code/Dev Tools Updated 6d ago
Homebrew tap for DroidAgentKit — the Android development MCP server (droidagent CLI).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebrew-android-age": {
      "command": "npx",
      "args": [
        "-y",
        "iVamsi/homebrew-android-agent-kit"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [DroidAgentKit](https://github.com/iVamsi/droid-agent-kit) — an Android development MCP server giving AI coding agents real Android tools (Gradle, adb, logcat, lint, crash triage, Perfetto) through a local, permissioned server instead of raw shell access. ```bash brew install iVamsi/android-agent-kit/droidagent