cnvs.app for Gemini CLI
app.cnvs/whiteboard
Real-time collaborative whiteboard — AI agents and humans edit the same board live over MCP.
client:Gemini CLI
transport:streamable-http
tools:25
Install cnvs.app in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"whiteboard": {
"httpUrl": "https://cnvs.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs