amazon-fresh-server
63
The amazon-fresh-server is a TypeScript-based MCP server designed to manage a simple note-taking system. It provides functionality for creating, accessing, and summarizing notes, while demonstrating fundamental MCP concepts.
amazon-fresh-server MCP Server
This project is a TypeScript-based Model Context Protocol (MCP) server that implements a simple note-taking system. It demonstrates core MCP concepts by offering resources to create and manage text notes, tools to create new notes, and prompts for summarizing notes.
Features
- Resources: Access and list notes using
note://
URIs, each with a title, content, and metadata. - Tools: Create new text notes with required title and content parameters.
- Prompts: Generate summaries for all stored notes.
Development
- Install dependencies with npm, build and watch for changes during development.
Installation
- Configure the server for use with Claude Desktop on MacOS or Windows systems.
Debugging
- Use the MCP Inspector for debugging via a browser-accessible URL.