Weather Service icon

Weather Service

CreatedMCP-Mirror

Manages and summarizes notes using a custom URI scheme, providing a single prompt for note summarization and a tool for adding new notes.

About

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.

Key Features

  • Provides a 'summarize-notes' prompt for generating note summaries.
  • Supports optional style arguments for the summarize-notes prompt (brief/detailed).
  • Implements a custom note:// URI scheme for accessing individual notes.
  • Includes an 'add-note' tool for adding new notes to the server.
  • 0 GitHub stars