Dendro React for Grok
io.github.rooneytech/dendro-react
React codebase semantics for AI agents, with a VS Code visualizer you both share. Free, local.
client:Grok
transport:stdio
runtime:npm
Install Dendro React in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dendro-react": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dendro-react-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs