lystbot for Gemini CLI
io.github.touraround/lystbot
Smart lists and reminders your AI can use. Manage lists, categories, and reminders via MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install lystbot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lystbot": {
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs