Cherry Notes for Gemini CLI
app.cherrynotes/cherry-notes
Tasks that outlive the chat. Capture features and tasks on your phone; your AI agent picks them up.
client:Gemini CLI
transport:streamable-http
Install Cherry Notes in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cherry-notes": {
"httpUrl": "https://api.cherrynotes.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs