mcp-reminder

mcp-reminder

3.2

If you are the rightful owner of mcp-reminder and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Reminder MCP Server with Spring+OpenAPI+SQLite for Open WebUI is designed to store reminders in a SQLite database, utilizing OpenAPI for REST API endpoint descriptions.

The Reminder MCP Server is a robust application that integrates with Open WebUI to manage reminders using a SQLite database. It leverages Spring and OpenAPI to define and expose REST API endpoints, allowing seamless interaction with the server. The application ensures accurate reminder scheduling by retrieving the current date and time before saving any reminder. This integration with Open WebUI allows the server to be treated as an MCP tool, enabling the model to perform operations like addition through defined endpoints. The server is designed to empower language models by providing them with specialized tools, enhancing their capabilities and ensuring they can perform tasks confidently.

Features

  • Integration with SQLite for reminder storage.
  • Utilizes OpenAPI for REST API endpoint descriptions.
  • Seamless integration with Open WebUI as an MCP tool.
  • Empowers language models with specialized tools.
  • Ensures accurate reminder scheduling with current time retrieval.

Tools

  1. saveReminder

    Stores reminders in the database with accurate scheduling.

  2. getCurrentTime

    Retrieves the current date and time for accurate reminder scheduling.