Skip to content
Cursor

Dendro React for Cursor

io.github.rooneytech/dendro-react

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

client:Cursor transport:stdio runtime:npm

Install Dendro React in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Dendro React in other clients