Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by BaoxingZhang • Documentation & Docs
A TypeScript MCP server implementing a simple note-taking system that exposes notes as URI-addressable resources, provides a tool to create notes, and generates prompts for summarizing stored notes.
Persist and retrieve text notes via URI-addressable resources (note://) with associated metadata.
Create new notes programmatically using a create_note tool and maintain server-side note state.
Generate structured prompts for LLMs to summarize multiple stored notes, including embedding notes as resources.
This repository implements a Model Context Protocol (MCP) server in TypeScript that demonstrates core MCP concepts with a simple text note system. Notes are exposed under note:// URIs, include title, content and metadata, and are available as plain-text MIME resources. The server provides a create_note tool to store notes in server state and a summarize_notes prompt that bundles notes as embedded resources for LLM summarization. It is designed for local development and integration with Claude desktop via a provided configuration example.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.