Provides a basic MCP server for managing and summarizing notes.
This MCP server offers a fundamental note storage system accessible via a custom 'note://' URI scheme. It enables users to store notes with a name, description, and text/plain mimetype. The server includes a 'summarize-notes' prompt for generating summaries of all stored notes, with an optional 'style' argument to control detail. It also provides an 'add-note' tool for adding new notes with a name and content, updating server state and notifying clients of resource changes.