关于
This Model Context Protocol server showcases core MCP concepts by providing a simple, TypeScript-based notes system. It allows users to manage text notes as distinct resources, each with a URI, title, content, and metadata. Beyond basic storage, it offers a tool to create new notes and a prompt to generate summaries of all stored notes, demonstrating how to interact with and process structured information within the MCP framework.
主要功能
- Plain text content access for notes
- Manage text notes as resources with `note://` URIs
- Generate summaries of all stored notes with the `summarize_notes` prompt
- Store note content, title, and metadata
- Create new notes using the `create_note` tool
- 0 GitHub stars
使用案例
- Demonstrating core Model Context Protocol (MCP) concepts
- Integrating a simple personal notes system with Claude Desktop
- Generating LLM summaries from collected text notes