Skip to main content

Remind CLI

PyPI version Downloads Python 3.12+ License: MIT

A terminal-native reminder engine with AI-powered suggestions, desktop notifications, and Claude Code integration.

Runs on macOS and Linux. Requires Python 3.12+.


Installation

Recommended (isolated environment via uv):

uv tool install remind-cli

Via pip:

pip install remind-cli

One-line installer:

curl -fsSL remind.hamzaplojovic.blog/install | sh

Verify the installation:

remind --version

Quick Start

# Create a reminder
remind add "Deploy v2.0 to production" --due "friday 3pm" --priority high

# List active reminders
remind list

# Mark a reminder as done
remind done 1

# Search by keyword
remind search "deploy"

Commands

Command Description
add Create a reminder. Flags: --due, --priority, --project, --no-ai
list Show active reminders. Flags: --all, --priority, --json
done Mark a reminder as complete by ID
search Full-text search across all reminders
login Authenticate with a license token
register Sign up and purchase a plan via Polar checkout
settings View or modify configuration. Flags: --view, --set
usage View AI usage statistics for the current billing period
scheduler Run the background notification daemon. Flag: --run
doctor Run diagnostic checks on your Remind installation
upgrade View available plans or change your current plan
update Self-update to the latest version
mcp Start the MCP server for Claude Code integration
uninstall Remove Remind configuration from your system

Run remind <command> --help for detailed usage on any command.


Claude Code / MCP Integration

Remind ships with a built-in Model Context Protocol server, giving Claude Code direct access to your reminders.

Setup

Add the following to your .claude/settings.json:

{
  "mcpServers": {
    "remind": {
      "command": "remind",
      "args": ["mcp"]
    }
  }
}

Available MCP Tools

Tool Description
add_reminder Create a reminder with optional due date, priority, and project
list_reminders List active or all reminders
complete_reminder Mark a reminder as done
search_reminders Search reminders by text
update_reminder Modify an existing reminder
delete_reminder Permanently remove a reminder
agent_reminder Schedule Claude Code to execute a task autonomously at a future time

Pricing

All plans include the full CLI feature set. Plans differ by the number of AI-powered suggestions per month.

Plan Price AI Suggestions
Free $0 5 / month
Indie $5 / month 100 / month
Pro $15 / month 1,000 / month
Team $50 / month 5,000 / month

Register from the terminal:

remind register

Links


License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remind_cli-1.3.3.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

remind_cli-1.3.3-py3-none-any.whl (53.2 kB view details)

Uploaded Python 3

File details

Details for the file remind_cli-1.3.3.tar.gz.

File metadata

  • Download URL: remind_cli-1.3.3.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for remind_cli-1.3.3.tar.gz
Algorithm Hash digest
SHA256 c151d3dfdbfc0a1e0e61153a64c1580d2ab746bf8ff0d0f65c73d741ff8ccbdd
MD5 8af744041f3441358ba92f894b6b82d5
BLAKE2b-256 c89c6462ea3282e50d1792dbdb3cfbf824cca4281f4f6d5c7ef16b2c6adeb61e

See more details on using hashes here.

File details

Details for the file remind_cli-1.3.3-py3-none-any.whl.

File metadata

  • Download URL: remind_cli-1.3.3-py3-none-any.whl
  • Upload date:
  • Size: 53.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for remind_cli-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 171f13ce2bd093c0e3378116a9c547033681e265a44f51019d4d096770da12aa
MD5 64a5debb5f2929bbf7438b826d7e0a23
BLAKE2b-256 cc0d199e54d4102dd02251eda281d9391b0772969094d1007a732882e8b9dfac

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.3.3 This release

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.13

2 files

1.0.12

2 files

1.0.11

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page