Netwright for Zed
io.github.ricfanin/netwright
Playwright-style automation of .NET desktop apps (WPF, WinForms, WinUI) for AI agents.
client:Zed
transport:stdio
runtime:nuget
Install Netwright in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"netwright": {
"command": "dnx",
"args": [
"Netwright",
"--yes"
],
"env": {
"NETWRIGHT_ALLOW": "<NETWRIGHT_ALLOW>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs