WinCtl for Zed
io.github.sitharaj88/winctl
Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
client:Zed
transport:stdio
runtime:npm
Install WinCtl in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"winctl": {
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
],
"env": {
"WINCTL_PROFILE": "<WINCTL_PROFILE>",
"WINCTL_TIERS": "<WINCTL_TIERS>",
"WINCTL_ALLOWED_PATHS": "<WINCTL_ALLOWED_PATHS>",
"WINCTL_CONFIRM_DESTRUCTIVE": "<WINCTL_CONFIRM_DESTRUCTIVE>",
"WINCTL_AUDIT_LOG": "<WINCTL_AUDIT_LOG>",
"WINCTL_MAX_IMAGE_WIDTH": "<WINCTL_MAX_IMAGE_WIDTH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs