mcp-notes
If you are the rightful owner of mcp-notes 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.
A Model Context Protocol (MCP) server implementation for managing notes with persistent storage.
The MCP Notes Server is a robust implementation designed to manage notes with persistent storage capabilities. It allows users to create, read, update, and delete notes while ensuring data persistence through JSON storage. The server tracks timestamps for both creation and modifications, providing a comprehensive history of note changes. Additionally, it supports note summarization via prompts, enabling users to generate concise or detailed summaries of their notes. The server also implements a resource-based access system using the note:// URI scheme, allowing for efficient note retrieval and management. With a focus on ease of use and flexibility, the MCP Notes Server is an ideal solution for individuals and organizations looking to manage their notes effectively.
Features
- Create, read, update, and delete notes
- Persistent storage using JSON
- Timestamp tracking for creation and modifications
- Note summarization via prompts
- Resource-based access using note: // URI scheme
Tools
add-note
Create a new note
list-all-notes
Show all stored notes
update-note
Modify existing notes
delete-note
Delete notes