cnvs.app for VS Code
app.cnvs/whiteboard
Real-time collaborative whiteboard — AI agents and humans edit the same board live over MCP.
client:VS Code
transport:streamable-http
tools:25
Install cnvs.app in VS Code
.vscode/mcp.json
{
"servers": {
"whiteboard": {
"type": "http",
"url": "https://cnvs.app/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs