Skip to content
Zed

Mio Computer-Use Agent for Zed

io.github.mldlbs/mio-cua

Control this Windows desktop from any MCP client: files, windows, keyboard and mouse.

client:Zed transport:stdio runtime:pypi

Install Mio Computer-Use Agent in Zed

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

{
  "context_servers": {
    "mio-cua": {
      "command": "uvx",
      "args": [
        "mio-cua"
      ]
    }
  }
}

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

Mio Computer-Use Agent in other clients