Skip to main content
Glama
519,382 tools. Updated 2026-09-06 07:28

"React Query" matching MCP tools:

  • Generate a tRPC client with React Query for your project directory, enabling type-safe API calls and data fetching.
    MIT
  • Query Hermes CPU profiles to pinpoint JavaScript hotspots, inspect CPU within a time window, trace function callers/callees, or aggregate CPU per component. Returns markdown tables for fast debugging.
    Apache 2.0
  • Check active React profiler session status to decide next action after an interruption. Returns session state and owner with no side effects.
    Apache 2.0
  • Analyze stored React profiling data to generate a markdown performance report, highlighting hot commits, root causes, and top components for optimization.
    Apache 2.0
  • Combine React Profiler and native profiler data to map native hangs to React commits, revealing memory leaks and investigation hints. Use when both profilers have been run in parallel.
    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.

  • Starts CPU profiling and React commit capture on a connected Hermes runtime, returning session details or an already-running status if another server owns the session.
    Apache 2.0
  • Stop CPU profiling after exercising an app, collect the cpuProfile and React commit tree, and return session metrics for subsequent analysis.
    Apache 2.0
  • Investigate JavaScript CPU bottlenecks outside React rendering by retrieving top hotspot functions with self-time and location. Use after CPU profiling has been stopped.
    Apache 2.0
  • Locate React component source files after profiling, returning file path, line number, memoization status (isMemoized, useCallback, useMemo), and 50 lines of code to inspect before proposing fixes.
    Apache 2.0
  • Query React commit data by component, time range, index, or cascade tree to investigate render performance. Use after profiling to identify what caused each render and which parent triggered it.
    Apache 2.0
  • Restore a previously captured profiling session from disk into memory for query tools. List available sessions or load React/native profiler data without recapturing.
    Apache 2.0
  • Inspect the React component hierarchy to trace ancestry or confirm React Compiler activity via useMemoCache. Returns nested JSON fiber nodes with timing details for debugging.
    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
  • 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
  • Scan the live React fiber tree to collect component render counts and durations, returning a markdown table of the top re-rendering components without starting a profiling session.
    Apache 2.0
  • Retrieve React component hierarchy from running React Native apps to analyze UI structure and debug layout issues efficiently.
    MIT
  • Get filtered statistics on stored memories, including total counts, type distribution, top tags, importance levels, and keyword frequency. Narrow results by query, tags, time range, or minimum importance.
    MIT