Skip to content
Zed

deskbrid for Zed

io.github.coe0718/deskbrid

Linux automation. 125 MCP tools: windows, input, screenshots, clipboard, print, AT-SPI. 9 DEs.

client:Zed transport:stdio runtime:oci

Install deskbrid in Zed

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

{
  "context_servers": {
    "deskbrid": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/coe0718/deskbrid:1.2.0"
      ]
    }
  }
}

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

deskbrid in other clients