Sunwood-ai-labs_mcp-weather-service-server
0
Weather Service MCP Server is a platform designed to implement a simple note-saving system with the ability to summarize stored notes and add new ones. It features a custom URI scheme, a single prompt for note summarization, and a tool for adding notes, offering robust functionality for managing notes.
Weather Service MCP Server
Components
- Implements a simple note-saving system with a custom URI scheme for accessing individual notes.
Prompt
- Provides a 'summarize-notes' prompt to create a summary of stored notes, with an optional 'style' argument to control detail level.
Tools
- Implements an 'add-note' tool to add new notes to the server with required string arguments for 'name' and 'content'.
Quickstart
- Provides installation instructions for Claude Desktop on MacOS and Windows.
Development
- Describes build and publish processes using
uv
tool, and recommends using MCP Inspector for debugging.