Skip to content
Zed

Dendro React for Zed

io.github.rooneytech/dendro-react

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

client:Zed transport:stdio runtime:npm

Install Dendro React in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Dendro React in other clients