Skip to main content
Glama
458,343 tools. Updated 2026-08-16 17:03

"React Query" matching MCP tools:

  • Get a curated implementation bundle for any CometChat integration scenario with prerequisites, install commands, configuration, code examples, and common pitfalls. Covers React, Flutter, iOS, Android, React Native, and JS SDK.
    Apache 2.0
  • Check React profiler session status after an interruption to decide whether to stop, restart, or reconnect the debugger.
    Apache 2.0
  • Analyze stored profiling data from a completed React Native profiling session and return a markdown report identifying hot commits, root causes, and top components.
    Apache 2.0
  • Start CPU profiling and React commit capture on a Hermes runtime. Handles session ownership to prevent conflicts; force reclaims stale sessions.
    Apache 2.0
  • Halts CPU profiling and gathers React commit data, storing it for later analysis and returning session metrics.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Architecture-grounded query for AI agents. Governance constraints, system dependencies, evidence.

  • Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.

  • Identify top JavaScript CPU hotspot functions by self-time from a stored Hermes CPU profile. Use for non-React CPU investigations like regex, crypto, or heavy computations after stopping the profiler.
    Apache 2.0
  • Find a React component's source via AST lookup, returning file path, line number, memoization status, and 50 lines of code to inspect before fixing performance issues.
    Apache 2.0
  • Restore captured profiling sessions from disk into memory so query tools can analyze them; supports listing, React, and native modes.
    Apache 2.0
  • Inspect React's fiber tree and return a nested JSON to trace component ancestry and verify React Compiler is active via useMemoCache.
    Apache 2.0
  • Generate a cross-correlated markdown report aligning React Profiler and native profiler data, mapping native hangs to React commits with investigation hints.
    Apache 2.0
  • Retrieve statistics on memories, including count, type distribution, tags, and importance. Filter by query, tags, importance, or time range.
    MIT
  • Converts provided React/JSX code into Symbols.app DOMQL, returning migration rules, syntax reference, and examples.
    Creative Commons Attribution Non Commercial 4.0 International
  • Scan the live React fiber tree to identify the most frequently re-rendering components, returning a markdown table of render counts and durations. Works without a profiling session on connected apps.
    Apache 2.0
  • Clear React Native development error overlays with the dismiss-overlay action, enabling uninterrupted UI automation on iOS and Android devices.
    MIT
  • Query React commit data to investigate render performance by component, time range, individual commit, or parent-child cascade tree.
    Apache 2.0
  • Retrieve React component hierarchy from running React Native apps to analyze UI structure and debug layout issues efficiently.
    MIT