Dendro
Provides navigation mapping and architecture analysis for Next.js applications, including route structure and data flow.
Provides deep analysis of React and React Native applications, including component trees, complexity scoring, navigation maps, context and data flow tracing, health audits, and a visual canvas for exploring architecture.
Maps and visualizes routes, navigation structure, and routing logic in applications using React Router.
Provides navigation mapping and architecture analysis for Remix applications, including routes and data flow.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dendrogive me an overview of this project's architecture"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dendro
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.
For your agent — the semantics
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.
Related MCP server: Synapse
For you — the visualizer
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.
Getting Started
Install Dendro React — run
ext install RooneyTech.dendro-reactin VS Code, or install from the MarketplaceOpen your React or React Native project in Claude Code
Paste this:
Set 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.jsFind the absolute node path:
which nodeCreate
.mcp.jsonin the project root using the absolute node path as"command"and the MCP server path as the first argAdd 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 sequentiallyVerify by calling
get_usage_guide
That's it. Your agent handles the rest.
Things to Try
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.
Watch: "Open the Dendro visualizer and walk me through the app"
Ask: "Use Dendro to check how healthy this codebase is"
Before an edit: "Get the component contract for CheckoutForm first"
"Where does state live? Use Dendro to trace the data flow"
"Show me how navigation works in this app with Dendro"
"Use Dendro to explain this repo's architecture like I've never seen it"
What It Does
Component contracts — props, state, contexts, blast radius, complexity in one call, before your agent edits
Health audits — A-F grade with line-anchored findings and fixes (leaked listeners, fetch races, derived-state effects)
Complexity scoring — every component graded, refactoring candidates named
Navigation mapping — React Navigation, Next.js, React Router, Remix, Expo Router
Context & data flow — providers, consumers, prop drilling detection
Visual canvas — the agent highlights, annotates, and traces flows in a live dendrogram
Runtime inspection — connect to a running app for live state, props, and hooks (optional)
Free & local
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.
Configuration
Setting | Default | Description |
|
| Auto-connect to React Native apps on activation |
|
| Target platform: |
|
| DevTools WebSocket port |
|
| WebSocket host ( |
|
| Larger fonts/strokes for screen sharing |
Learn More
Setup Guide — manual setup, Cursor/Windsurf config, runtime connection, troubleshooting
Tools Reference — every MCP tool with descriptions
Feedback
Dendro is in early access. If something doesn't work, feels confusing, or you wish it did something different — I want to hear it.
Issues & ideas: GitHub Issues
Email: colin@rooneytech.com
Or just tell your agent to use
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.
This server cannot be installed
Maintenance
Related MCP Connectors
Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.
AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools.
AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI-powered architecture analysis and visualization of codebases, exposing 17 MCP tools for querying components, dependencies, and generating interactive diagrams.1MIT
- FlicenseNot gradedqualityCmaintenanceProvides structural code intelligence via 26 MCP tools, enabling AI assistants to query code symbols, dependencies, and call graphs accurately without file-pasting.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to perform hybrid code search, get explanations, analyze relations and impacts, retrieve context packs, and generate documentation across ~45 languages via 17 MCP tools, all powered by a local vector database and LLM.2Apache 2.0
- AlicenseNot gradedqualityAmaintenanceLocal repository intelligence MCP server that builds a reusable graph of code structure for AI coding agents, providing 34 network-free tools for understanding, searching, and analyzing repositories without data leaving the machine.349MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RooneyTech/dendro-react'
If you have feedback or need assistance with the MCP directory API, please join our Discord server