Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

WinCtl in other clients