BusyBoard for Gemini CLI
app.busyboard/mcp
Merged free/busy, find mutual time, propose bookings with human approval. Never event contents.
client:Gemini CLI
transport:streamable-http
Install BusyBoard in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://busyboard.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs