Skip to content

Computer Use for Zed

io.github.hightemp/go-computer-use-mcp-server

Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.

client:Zed transport:stdio runtime:npm

Install Computer Use 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": {
    "go-computer-use-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "go-computer-use-mcp-server"
      ],
      "env": {
        "DISPLAY": "<DISPLAY>",
        "XAUTHORITY": "<XAUTHORITY>"
      }
    }
  }
}

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

Computer Use in other clients