Weather Service
Manages and provides access to notes via a custom URI scheme and offers a summarization prompt and note-adding tool.
关于
The weather_service MCP server provides a simple note-saving system accessible through a custom note:// URI scheme. It allows users to interact with individual notes that include a name, description, and text/plain content. The server offers a 'summarize-notes' prompt, enabling the creation of summaries with varying detail levels. Additionally, it features an 'add-note' tool, which allows the addition of new notes to the server, updating its state and notifying clients of the changes.
主要功能
- Notifies clients of resource changes when notes are added.
- Implements a custom note:// URI scheme for accessing notes.
- Includes an 'add-note' tool for adding new notes to the server.
- 5 GitHub stars
- Provides a 'summarize-notes' prompt to create summaries of stored notes.
- Supports customizable summarization detail levels (brief/detailed).
使用案例
- Integrating a note-taking feature into a larger application.
- Building a tool that allows users to easily add and access notes via a custom URI.
- Providing a way to summarize and manage a collection of notes.