1. Conduid
  2. Developer Tools
  3. Reminder
MCP server · Developer Tools

Reminder

macOS リマインダーと連携する多機能リマインダー管理ツールで、複数のインターフェースを提供します

Unclaimed MIT other
39Low

Scored 2 days ago · breakdown

About Reminder

Reminder is an MCP server published by arifszn in the Developer Tools category: macOS リマインダーと連携する多機能リマインダー管理ツールで、複数のインターフェースを提供します. It has been installed 0 times through Conduid.

Install

Install
npx reminder-mcp
Claude Code
claude mcp add reminder-mcp -- npx -y reminder-mcp
npx
npx -y reminder-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Reminder

Powered by Claude · Grounded in docs

I know everything about Reminder. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Reminder MCP Server

A MCP server for scheduling and triggering reminders via Slack or Telegram.

Reminders are delivered even if your server is not running.

This is possible because reminders are scheduled and triggered by an external service (cron-job.org), which will send the notification to Slack or Telegram at the scheduled time, regardless of your server's status.

Configuration

{
  "mcpServers": {
    "reminder": {
      "command": "npx",
      "args": ["-y", "reminder-mcp"],
      "env": {
        "CRON_JOB_API_KEY": "your_api_key",
        "NOTIFICATION_PLATFORM": "slack",
        "SLACK_WEBHOOK_URL": "https://hooks.slack.com/services/xxxxxxx",
        "TELEGRAM_BOT_TOKEN": "",
        "TELEGRAM_CHAT_ID": ""
      }
    }
  }
}

Environment Variables

Name Description
CRON_JOB_API_KEY API key from cron-job.org
NOTIFICATION_PLATFORM slack or telegram
SLACK_WEBHOOK_URL (Slack only) Webhook URL for your channel
TELEGRAM_BOT_TOKEN (Telegram only) Bot token from @BotFather
TELEGRAM_CHAT_ID (Telegram only) Chat ID for your group/user

Usage Examples

You can use natural language instructions with an LLM. Here are some examples:

  • Remind me to call Alice in 5 minutes.
  • Remind me to make a doctor appointment at 3:00 PM tomorrow.
  • List all my reminders.
  • Delete the reminder titled "Call Alice".

Note: Reminders are required to be set at least 2 minutes ahead of time.


How to Get Your Credentials

Cron Job API Key

Slack Webhook URL

  1. Go to Slack Apps.
  2. Create or select an app.
  3. Add the 'Incoming Webhooks' feature.
  4. Activate and create a webhook URL for your channel.
  5. Set SLACK_WEBHOOK_URL in the configuration env.

Telegram Bot Token & Chat ID

  1. Create a bot with @BotFather.
  2. Add your bot to your group or message it directly.
  3. Get your chat ID via the Telegram API: https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates.
  4. Set TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID in the configuration env.

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Reminder

How do I install Reminder?

Run npx reminder-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Reminder safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Reminder still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.