lousa for Gemini CLI
io.github.henriquepe/lousa
A whiteboard where AI agents draw their explanations as hand-drawn animated diagrams
client:Gemini CLI
transport:stdio
runtime:npm
Install lousa in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lousa": {
"command": "npx",
"args": [
"-y",
"lousa"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs