Remindctl Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Remindctl Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Apple Reminders. Manage reminders with natural language from any MCP client.
macOS 14+ · Node.js 18+ · remindctl
brew install steipete/tap/remindctl
remindctl authorizeClaude Code (plugin):
/plugin marketplace add namearth5005/namearth5005-plugins
/plugin install apple-reminders-mcp@namearth5005-pluginsClaude Code (manual):
claude mcp add --transport stdio apple-reminders -- npx -y apple-reminders-mcpCodex:
codex mcp add apple-reminders -- npx -y apple-reminders-mcpCursor / Windsurf / Other:
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": ["-y", "apple-reminders-mcp"]
}
}
}| Tool | Description |
|---|---|
add_reminder | Add a reminder with optional due date, list, notes, priority |
show_reminders | Show reminders (today/tomorrow/week/overdue/upcoming/all) |
list_reminder_lists | List all reminder lists or show contents of one |
edit_reminder | Edit title, due date, notes, priority, or move to another list |
complete_reminders | Mark reminders as complete |
delete_reminders | Delete reminders |
manage_reminder_list | Create, rename, or delete lists |
"remind me to deploy on Friday at 3pm"
"what's due today?"
"mark the deploy reminder as done"
"create a list called Sprint 12""remindctl is not authorized" — Run remindctl authorize.
"Could not find remindctl" — brew install steipete/tap/remindctl, or set REMINDCTL_PATH env var.
Using nvm? Use the full node path: /opt/homebrew/bin/node instead of node.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.