cli for VS Code
io.github.pushtodisplay/cli
PushToDisplay MCP server — send real-time updates to display boards on iOS and Android devices.
client:VS Code
transport:stdio
runtime:npm
Install cli in VS Code
.vscode/mcp.json
{
"servers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pushtodisplay"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs