Apple Reminders for Zed
io.github.jonathanrreed/apple-mcp-reminders
List, create, update, complete, and delete reminders in Apple Reminders on macOS.
client:Zed
transport:stdio
runtime:pypi
Install Apple Reminders in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apple-mcp-reminders": {
"command": "uvx",
"args": [
"apple-mcp-reminders"
],
"env": {
"APPLE_REMINDERS_MCP_SAFETY_MODE": "<APPLE_REMINDERS_MCP_SAFETY_MODE>",
"APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs