Todos for Gemini CLI
io.github.mctx-ai/todos
Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todo
client:Gemini CLI
transport:sse
Install Todos in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"todos": {
"url": "https://todos.mctx.ai/v2.0.8"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs