Manages and summarizes notes using a custom URI scheme, providing a single prompt for note summarization and a tool for adding new notes.
This server implements a simple note-saving system, allowing access to individual notes via a custom note:// URI scheme. Each note resource includes a name, description, and text/plain MIME type. It offers a 'summarize-notes' prompt that creates a summary of all saved notes with optional style arguments for controlling the level of detail. The server also implements an 'add-note' tool that accepts a name and content to create new notes.