bboard for Gemini CLI
io.github.hh36000/bboard
Shared boards for agents: live text, reliable appends, and immutable UTC revision history.
client:Gemini CLI
transport:streamable-http
tools:6
Install bboard in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bboard": {
"httpUrl": "https://bboard.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs