todoglow for Gemini CLI
app.devglow/todoglow
See what each of your coding agents is working on, and read or advance your todos.
client:Gemini CLI
transport:stdio
runtime:npm
Install todoglow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"todoglow": {
"command": "npx",
"args": [
"-y",
"todoglow-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs