Enhanced MCP server for Limitless Pendant with advanced conversation analysis, meeting detection, action item extraction, and comprehensive
Rn Devtools is installed from its publisher's own source and answers where it runs, so this marketplace is not in the path of a single call. There is no address here to send one to, and a panel that pretended otherwise would be showing you an answer we made up. Install it and call it from your own client — the Installation tab has the entry for each one.
Open InstallationWhat it does
MCP server for React Native runtime debugging — zero-config access to Redux state, AsyncStorage, actions, logs, network, and profiling from your running app
Quickstart
# 1 — run it from where its publisher ships it
npx -y mcp-rn-devtools
# 2 — ask your agent something
> MCP server for React Native runtime debugging — zero-config access to Redux state, AsyncStorage, actions, logs, network, and profiling from
Rn Devtools is free: there is no plan to choose, no cap to set and nothing that can bill you.
Collected from a public index. Nobody has claimed this account, so nothing here was written by its author — claim it if it is yours.
Where are you running it?
Every route below installs the same thing and ends at the same approval screen. This one runs on your machine: your client starts Rn Devtools as a process under your own user, with your files and your network, so the tool surface below is what it can do to your computer rather than to a server somewhere else. It is scanned, signed and pinned to the version you choose — read the surface before you approve it.
This is a public server: you run it yourself and this marketplace is not in the path. Claude Code registers it in one command.
claude mcp add rn-devtools-mcp -- npx -y mcp-rn-devtoolsReconnect, or start a new session, and the tools appear in the model’s tool list.
One config entry your client uses to start the process locally. A local server runs with your file system and your network, which is why it is priced without metering.
25 tools, with what each one reads, writes and reaches shown before you agree — the same list on every route above. Read the tool surface.
Tool surface
What the model actually sees. Descriptions are diffed on every release — see version history.
Clear captured data buffers (logs, errors, network, actions, state, renders). Call before reproducing a bug so subsequent reads contain only fresh data.
Takes no parameters.
Dispatch a Redux action to a store discovered by the runtime agent. Useful to reproduce states or trigger flows while debugging.
Takes no parameters.
Execute JavaScript in the React Native app context via CDP Runtime.evaluate. Use for inspecting state, refs, timers, or any runtime value. Expression runs in the global scope of the Hermes JS engine.
Takes no parameters.
Force garbage collection and return before/after heap memory comparison.
Takes no parameters.
Get Redux action dispatch log. Shows action types, reducer duration, and which state slices changed. Zero-config: the runtime agent records dispatches automatically once a store is discovered.
Takes no parameters.
Get application state from Redux/Zustand stores. Zero-config: discovers Redux stores automatically via the injected runtime agent. The optional SDK adds Zustand and custom stores.
Takes no parameters.
Get console log output from the running React Native app. Returns log, info, and debug messages (not errors/warnings — use get_errors and get_warnings for those).
Takes no parameters.
Profile CPU usage for a given duration and return the hottest functions sorted by self time.
Takes no parameters.
Get JavaScript errors and exceptions from the running React Native app. Includes RedBox errors captured via console.error.
Takes no parameters.
Get failed HTTP requests (status >= 400 or network errors) from the running React Native app.
Takes no parameters.
Get current JavaScript heap memory usage from the React Native app.
Takes no parameters.
Get the current navigation state (React Navigation). Zero-config: the runtime agent discovers the navigation container automatically; the SDK channel is used when available.
Takes no parameters.
Get navigation transition timing data — how long each screen transition takes. Requires mcp-rn-devtools-sdk with navigationRef.
Takes no parameters.
Get HTTP network requests from the running React Native app. Shows URL, method, status and duration; verbose mode adds headers and truncated bodies (secrets redacted).
Takes no parameters.
Get component render profile data. Requires mcp-rn-devtools-sdk with Profiler wrapping components.
Takes no parameters.
Show what changed in a Redux store since the last call. First call records a baseline; subsequent calls diff the current state against it and reset the baseline. Workflow: call once, interact with the app (or dispatch), call again.
Takes no parameters.
List storage keys from AsyncStorage or MMKV. AsyncStorage works zero-config via the runtime agent; MMKV requires the SDK.
Takes no parameters.
Read a value from AsyncStorage or MMKV by key. AsyncStorage works zero-config via the runtime agent; MMKV requires the SDK. Secrets are redacted (opt out with MCP_RN_NO_REDACT=1).
Takes no parameters.
Get LogBox warnings from the running React Native app. These are captured via console.warn.
Takes no parameters.
Check connection status and diagnose problems: CDP/SDK channels, discovered stores, error/request counts, and actionable hints when something is not connected.
Takes no parameters.
Resolve a bundle line/column (e.g. from a CPU profile or stack trace showing index.bundle:69306) back to the original source file and line. Requires Metro to be running.
Takes no parameters.
Take a heap snapshot and return a summary with top memory retainers. This may take a few seconds.
Takes no parameters.
List debuggable React Native targets registered with Metro (multiple devices/apps can be connected). Shows which one the server is using.
Takes no parameters.
Connect to a specific debug target by ID (from list_targets) and pin it for reconnects. Use when multiple devices or apps are connected to Metro.
Takes no parameters.
Block until a console log or error matching a pattern appears (only entries newer than the call count). Use it to synchronize with app activity: call it, interact with the app, and it returns the moment the log shows up.
Takes no parameters.
- Every tool, no call limit
- No card, no account needed
- Source published under a licence you can read
- Runs on your machine — nothing of it reaches our gateway
- Nothing to cap, because nothing bills
What counts against your monthly calls
| Tool | Unit | Calls used | Out of the allowance |
|---|
Nothing here is billable. Rn Devtools costs nothing to install and nothing to call, at any volume.
Two independent axes, because powerful and malicious are different questions. The grade is threat only. The capability level is blast radius, and it is never a penalty on the grade — it is priced as one subtract-only term in the score, where you can see it.
| Term | Level | What it prices | Points |
|---|---|---|---|
| capability-exposure | minimal | capability blast radius (minimal) — client exposure if the model is manipulated | −0 |
| verification-discount | repo | publisher verification (public source) — no provenance, but the source is public and inspectable | −1 |
| coverage-honesty | source | inspection depth (source) — how much of the target the scan could see | −0 |
What the scan could actually read
A grade is only as meaningful as its coverage, so the scanner publishes its own depth before it publishes its result.
Tools were statically extracted from the published source (25 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command "npx -y <package>".
Capability — what it could do if the model were manipulated
Tags derived from each tool’s schema and the implementation, not from what the tool calls itself. minimal is the level these add up to.
| Tool | Capability tags | Why the tag was assigned |
|---|---|---|
| get_console_logs | no tags | |
| get_errors | no tags | |
| get_warnings | no tags | |
| get_network_requests | no tags | |
| get_failed_requests | no tags | |
| health_check | no tags | |
| get_navigation_state | no tags | |
| get_memory_usage | no tags | |
| take_heap_snapshot | no tags | |
| get_cpu_profile | no tags | |
| force_gc | no tags | |
| get_render_profile | no tags | |
| get_app_state | no tags | |
| get_storage_keys | no tags | |
| get_storage_value | no tags | |
| evaluate_js | no tags | |
| resolve_source_location | no tags | |
| get_action_log | no tags | |
| get_navigation_timing | no tags | |
| dispatch_action | no tags | |
| clear_buffers | no tags | |
| wait_for_log | no tags | |
| get_state_diff | no tags | |
| list_targets | no tags | |
| select_target | no tags |
Toxic-flow graph
The lethal trifecta, checked as a graph rather than as a checklist: untrusted input, a sensitive source and an external sink have to meet before there is a path worth worrying about.
The public result for this release does not print the flow graph, so there is nothing to show here. That is not the same as "no paths were found": what the scan did read is above, under coverage.
Supply chain and provenance
This is the first scan of this surface here, so there is nothing yet to compare it against.
Every result on this tab comes from one deterministic pass over the published package — offline, rule by rule, and auditable line by line above. Same methodology version, same bytes, same score.
Release history
Pinned to 0.2.2 — the install command below asks for that release. A pin is part of an install, so it is kept for this visit and written down when you install.
No release note was published with this version.
Only accounts with at least 50 real tool calls against this server in the last 90 days can post. Ratings are weighted by how much the reviewer actually uses it, and publishers can reply once per review.
Writing one takes an account with at least 50 real tool calls against Rn Devtools in the last 90 days. That is the whole gate — there is no other way to post, which is why the counts beside each review are worth reading.
Nobody has reviewed this listing. The rating on the card is the mean of the reviews written here and nothing else, so there is no rating until somebody writes the first — which takes an account with 50 real tool calls against it.