Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by chelsea-zhou • Messaging & Collaboration
A TypeScript-based MCP server that implements a simple notes system (resources, tools, and prompts) for creating, storing, and summarizing text notes.
List, access, and retrieve plain-text notes via note:// URIs with metadata.
Programmatically create and store new text notes using a create_note tool.
Assemble all stored note contents into a structured prompt for LLM summarization (summarize_notes).
This repository is a Model Context Protocol (MCP) server written in TypeScript that demonstrates core MCP concepts via a simple notes system. It exposes note:// resources with titles, content, and metadata, provides a create_note tool to add new notes to server state, and includes a summarize_notes prompt that assembles note contents for LLM summarization. It is intended as an example/development server and includes instructions for integrating with Claude Desktop and using an MCP Inspector for debugging.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.