Amazon Fresh
Implements a Model Context Protocol (MCP) server for managing and summarizing text notes.
About
Amazon Fresh is a TypeScript-based Model Context Protocol (MCP) server demonstrating core MCP concepts through a simple notes system. It allows users to create, list, and access notes with URIs and metadata. Key functionalities include tools for creating new notes with titles and content, and prompts for generating summaries of all stored notes, leveraging LLMs for summarization. The server provides a structured way to manage and interact with notes within an MCP environment.
Key Features
- Prompts to generate summaries of all stored notes using LLMs
- 63 GitHub stars
- Plain text mime type for simple content access
- Tools to create new text notes with title and content parameters
- Stores note data in server state
- Resources to list and access notes via note:// URIs
Use Cases
- Demonstrating the implementation of MCP resources, tools, and prompts.
- Providing context to a language model by summarizing relevant notes.
- Integrating a note-taking system with an MCP-compatible application like Claude Desktop.