React/React Native codebase analysis for AI agents β 56 free MCP tools, local-only.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Your agent is editing code it's never read.
It just scanned forty files to answer "what breaks if I change this?" It could have asked one fucking question.
Dendro is one model of your React or React Native codebase, rendered twice: semantics your agent can query, and a map you can both point at.
MCP tools that answer React questions in React terms: the component's contract
before an edit (props, state, contexts, blast radius), rerender risk with the
why, effect hygiene (leaked subscriptions, derived-state effects, fetch races
that exhaustive-deps can't see), navigation graphs (Next.js, React Navigation,
Remix, Expo Router), live runtime state from a running app β and whole-repo
orientation in one ~300-token call.
Symbol servers tell your agent where the symbol is. Dendro tells it what rerenders, and why.
Your app's constellation: a live dendrogram in VS Code, descended from Reactive. Your agent drives it β highlights what it's talking about, annotates, traces a prop, walks you through the architecture step by step while you click Next/Back. You watch the same map the agent reasons over.
ext install RooneyTech.dendro-react in VS Code, or install from the MarketplaceSet up Dendro React for this project. The extension is already installed in VS Code. Do these steps in order:
- Find the MCP server path:
ls ~/.vscode/extensions/rooneytech.dendro-react-*/dist/mcp-server.js- Find the absolute node path:
which node- Create
.mcp.jsonin the project root using the absolute node path as"command"and the MCP server path as the first arg- Add a Dendro section to
CLAUDE.md(create it if needed) with: the entry file path,get_usage_guideas first call, and a note to run viz commands sequentially- Verify by calling
get_usage_guide
That's it. Your agent handles the rest.
Say "Dendro" in your prompts β like "Use Dendro to show me how this app is structured." It'll use the visualizer and deeper analysis instead of just reading files.
Every tool is free β exports, snapshots, verified projection, live introspection,
and batch analysis included. No account, no license key, and no code leaves your
machine. The one exception is submit_feedback, which sends a debrief to the
maker only when you explicitly say yes.
| Setting | Default | Description |
|---|---|---|
dendro-react.autoStartRuntime | false | Auto-connect to React Native apps on activation |
dendro-react.runtimePlatform | auto | Target platform: auto, ios, android, or device |
dendro-react.runtimePort | 8097 | DevTools WebSocket port |
dendro-react.runtimeHost | localhost | WebSocket host (0.0.0.0 for physical devices) |
dendro-react.projectorMode | false | Larger fonts/strokes for screen sharing |
Dendro is in early access. If something doesn't work, feels confusing, or you wish it did something different β I want to hear it.
submit_feedback β it knows what to do.Built by Colin Rooney. Originally derived from Reactive, built at OSLabs with Micah Ziegler and Susana Lam. Named after the Greek word for tree and the branching dendrites of neurons.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dendro-react)<a href="https://allmcps.com/mcp/dendro-react"><img src="https://allmcps.com/api/badge/dendro-react?style=directory" alt="Dendro React on AllMCPs" /></a>