Browser Use
Createdwin4r
Implements a Model Context Protocol server to manage and summarize text notes.
About
This TypeScript-based server utilizes the Model Context Protocol to create a simple notes system. It allows users to create, list, and access notes with titles, content, and metadata using `note://` URIs. The server features tools for creating new notes and prompts for generating summaries of all stored notes, designed to be used with applications like Claude Desktop.
Key Features
- 0 GitHub stars
- Creates new notes using the `create_note` tool.
- Manages text notes with URIs and metadata.
- Generates summaries of notes using the `summarize_notes` prompt.
- Provides resources representing text notes.
- Implements a simple notes system.
Use Cases
- Creating and managing notes within applications like Claude Desktop.
- Generating summaries of text-based information.
- Demonstrating core Model Context Protocol concepts.