deskbrid for VS Code
io.github.coe0718/deskbrid
Linux automation. 125 MCP tools: windows, input, screenshots, clipboard, print, AT-SPI. 9 DEs.
client:VS Code
transport:stdio
runtime:oci
Install deskbrid in VS Code
.vscode/mcp.json
{
"servers": {
"deskbrid": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/coe0718/deskbrid:1.2.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs