apple reminders for Zed
io.github.high5-ventures/apple-reminders
Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.
client:Zed
transport:stdio
runtime:npm
Install apple reminders in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apple-reminders": {
"command": "npx",
"args": [
"-y",
"@high5ventures/apple-reminders-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs