Odel
Dendro React

Dendro React

Local
@rooneytechTypeScriptUpdated 1w ago

React codebase semantics for AI agents, with a VS Code visualizer you both share. Free, local.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdendro-react-mcpv0.9.0

Run

npx -y dendro-react-mcp

MCP client config

{
  "mcpServers": {
    "dendro-react": {
      "command": "npx",
      "args": [
        "-y",
        "dendro-react-mcp"
      ]
    }
  }
}