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