Skip to content
Zed

wpf visual tree for Zed

io.github.faze79/wpf-visual-tree

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

client:Zed transport:stdio runtime:nuget

Install wpf visual tree in Zed

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

{
  "context_servers": {
    "wpf-visual-tree": {
      "command": "dnx",
      "args": [
        "WpfVisualTreeMcp",
        "--yes"
      ]
    }
  }
}

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

wpf visual tree in other clients