Skip to content
VS Code

DDC/CI Control Bridge for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install DDC/CI Control Bridge in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DDC/CI Control Bridge in other clients