Skip to main content
Glama
280,588 tools. Last updated 2026-07-10 02:32

"How to Find and Fix Bugs in a React Native App" matching MCP tools:

  • Check native devtools readiness for a simulator app: verifies environment setup, app running, and injection status. Guides whether to launch or restart before using hierarchy or network tools.
    Apache 2.0
  • Find specific UIViews in a running iOS app by class name, accessibility identifier, label, tag, or nativeID. Returns matching views with frames and properties, more targeted than full hierarchy dump.
    Apache 2.0
  • Find a React component's source code via AST lookup, returning file path, line number, memoization details, and 50 lines of source for review before proposing fixes.
    Apache 2.0
  • Start native profiling on a booted device to capture CPU, hang, and memory data from a running app. Automatically detects the app process unless specified.
    Apache 2.0
  • Capture all native-level network traffic from an iOS app, including background transfers and native module requests invisible to JS fetch interception.
    Apache 2.0
  • Restart the Metro JS bundle in a connected React Native app without restarting the native process. Apply code changes or reset JS state.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Read-only Bible for AI: search & read scripture in Thai & English, plus a daily verse.

  • India Open Government Data (OGD) Platform MCP — data.gov.in

  • Initiates CPU profiling and React commit capture on a Hermes runtime. Manages session ownership conflicts, returning status or allowing forced takeover.
    Apache 2.0
  • Restore a saved profiling session from disk to memory. List available sessions, then load React or native profiler data for query tools to analyze.
    Apache 2.0
  • Inspect a React Native app's current screen as a compact component tree with normalized tap coordinates. Use it to identify UI elements and obtain precise interaction points.
    Apache 2.0
  • Generate a cross-correlated report mapping native hangs to React commits by combining React Profiler and native profiler data. Requires both profiler analyses to be run first.
    Apache 2.0
  • Compiles TypeScript defineIntent() calls into native Swift App Intent code, returning generated Swift, Info.plist, and entitlements as strings without writing files. On validation failure, returns detailed diagnostics with fix suggestions.
    Apache 2.0
  • Generate a ready-to-paste SDK initialization snippet pre-filled with your API key, base URL, and app config for react-native, expo, ios, android, or flutter. Integrate LinkForty into your mobile app in under a minute.
    MIT
  • Capture network requests from a React Native app via Metro CDP debugger. Output as JSON or HAR for analysis, with auto-discovery and sensitive header redaction.
    MIT
  • Explains a single security audit check: describes what it checks, why it matters, how to fix it, its fix tier (SAFE/GUARDED/FORBIDDEN), and relevant compliance standards (CIS, PCI-DSS, HIPAA). Supports fuzzy lookup.
    Apache 2.0
  • Reads console logs from a React Native app via Metro CDP debugger. Auto-discovers the debugger URL or accepts a given one. Optionally saves logs to a file for bug evidence.
    MIT
  • Evaluate a JavaScript expression to read React Native app state via Metro CDP debugger, such as Redux store values. Auto-discovers the debugger connection and supports custom expressions.
    MIT
  • Tap the debug icons area to dismiss the React Native notification bar that intercepts taps, confirmed via before/after screenshots.
    MIT
  • Retrieve React Native apps connected to a Metro bundler inspector. Returns CDP-style targets (id, title, webSocketDebuggerUrl) for debugging.
    MIT
  • Opens the iOS simulator or Android device mirror for the active Expo/React Native pane, enabling native app interaction and log streaming.
    MIT