remi for Gemini CLI
io.github.mattheworiordan/remi
Apple Reminders CLI and MCP server with section support and iCloud sync
client:Gemini CLI
transport:stdio
runtime:npm
Install remi in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"remi": {
"command": "npx",
"args": [
"-y",
"@mattheworiordan/remi"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs