Skip to content

DDC/CI Control Bridge for Zed

io.github.defozo/ddc-ci-control-bridge

Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support.

client:Zed transport:stdio runtime:npm

Install DDC/CI Control Bridge in Zed

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

{
  "context_servers": {
    "ddc-ci-control-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "ddc-ci-control-bridge"
      ]
    }
  }
}

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

DDC/CI Control Bridge in other clients