The reminders platform for developers & AI agents

Never forget
anything, ever.

Drop reminders into any app with a single API call. REST API, CLI, MCP, web, SMS — and growing. One engine, every interface.

remind-me — sms

One engine. Every interface.

Use whichever fits your workflow. All roads lead to the same reliable delivery engine.

01
🔌

REST API

Schedule SMS to any phone number with one POST. Bearer token auth, audit trail, rate limiting built in.

02

CLI

Install with npm, create reminders from your terminal. npx remind-me-cli create "call mom at 3pm"

03

MCP Server

Connect Claude, Cursor, or any MCP-compatible agent. Reminders become a native AI tool.

04
💻

Web Dashboard

Create reminders with natural language, manage settings, view audit log. API key management built in.

05

SMS

Text your number in plain English. AI parses it, reminder fires on time. No app, no account required.


Built for integration.
Ready for production.

A full reminders engine with API key auth, audit logging, and scheduled delivery. Plug it into your stack and stop building notification plumbing.

🔌

REST API + API Keys

Schedule messages, create reminders, manage settings. Bearer token auth with revocable API keys and rate limiting.

Platform

MCP Server

First-class Model Context Protocol support. Let any AI agent create, list, and manage reminders out of the box.

AI-Native
🕐

Scheduled Delivery

POST a message, a phone number, and a time. We deliver it. One-off or recurring, with RRULE support for complex patterns.

🤖

Natural Language Parsing

Powered by Claude AI. Pass free text, get a structured reminder back. Dates, times, recurrence all parsed automatically.

📊

Audit Log + Analytics

Full event trail: every message scheduled, sent, and delivered. Filter by event type, date range, and reminder. Built-in stats.

🌐

Timezone Aware

All scheduling respects IANA timezones. Set it once per user, reminders fire at their local time. No UTC math for your app.

Integrate in minutes.

One API key, one POST request. Schedule messages, create reminders, or connect AI agents via MCP. Full docs, typed responses, and audit trail included.

claude_desktop_config.json MCP Config
{
  "mcpServers": {
    "remind-me": {
      "command": "node",
      "args": ["remind-me-mcp"],
      "env": {
        "REMIND_ME_API_URL": "https://remind.supermagicapps.com",
        "REMIND_ME_API_KEY": "rmk_..."
      }
    }
  }
}
Terminal CLI
# Install and configure
$ npm install -g remind-me-cli
$ remind-me init

# Create a reminder
$ remind-me create "call mom every Sunday at 10am"

# Schedule a message
$ remind-me schedule \
    --to "+15551234567" \
    --body "Your appointment is tomorrow" \
    --at "2026-04-01T18:00:00Z"
API Example REST
# Schedule a message to any phone number
POST /v1/messages/schedule
{
  "to": "+15551234567",
  "body": "Your appointment is tomorrow at 2pm",
  "scheduledFor": "2026-04-01T18:00:00Z"
}

# Create a reminder with natural language
POST /api/reminders/parse
{
  "text": "call mom every Sunday at 10am"
}

Platform Capabilities

Everything available via API and MCP.

  • schedule_message Send an SMS to any phone number at a scheduled time. One API call, reliable delivery.
  • create_reminder Parse natural language and create a reminder with optional recurrence and expiry.
  • list_reminders List all active reminders for the authenticated user.
  • delete_reminder Soft-delete a reminder by ID or description match.
  • audit_log Full event trail with filtering. Track every message scheduled, sent, and delivered.

Pay for what you send.

First 10 messages free, no card required. Every plan includes API access, MCP, and audit logging.

Starter
$5 /mo

For prototyping.

  • 50 messages / month
  • 3 active reminders
  • API key + MCP
  • Audit log
Hard cap, no overage
Get Started
Pro
$19 /mo

For developers and small apps.

  • 1,000 messages / month
  • Unlimited reminders
  • API key + MCP
  • Priority support
Then $0.015 / message
Start Pro
Business
$79 /mo

For production services.

  • 5,000 messages / month
  • Unlimited reminders
  • Everything in Pro
  • Dedicated support
Then $0.012 / message
Start Business
Scale
Custom

For high-volume senders.

  • Custom message volume
  • Negotiated per-message rate
  • Everything in Business
  • Custom integrations
Volume pricing available
Contact Us

Get in touch.

Questions, custom integrations, or just want to say hi.