OrchestrUI for VS Code
io.github.ecd5a/orchestrui
Deterministic UI policy, discovery and audits for coding agents across seven ecosystems.
client:VS Code
transport:stdio
runtime:npm
Install OrchestrUI in VS Code
.vscode/mcp.json
{
"servers": {
"orchestrui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"orchestrui"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs