Dendro React for VS Code
io.github.rooneytech/dendro-react
React codebase semantics for AI agents, with a VS Code visualizer you both share. Free, local.
client:VS Code
transport:stdio
runtime:npm
Install Dendro React in VS Code
.vscode/mcp.json
{
"servers": {
"dendro-react": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dendro-react-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs