apple reminders for Gemini CLI
io.github.high5-ventures/apple-reminders
Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.
client:Gemini CLI
transport:stdio
runtime:npm
Install apple reminders in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": [
"-y",
"@high5ventures/apple-reminders-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs