Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by castielLi • File & Storage
A small TypeScript MCP server that provides a simple notes system with resources, a tool to create notes, and a prompt to summarize stored notes.
Create, store, and retrieve plain-text notes via note:// URIs.
Programmatically add notes using a simple create_note tool and maintain server-side state.
Generate summaries of all stored notes by invoking the summarize_notes prompt which embeds note contents for downstream LLM summarization.
This repository implements a lightweight MCP server that exposes text notes as resources (note:// URIs) and includes a create_note tool to add notes to server state. It also provides a summarize_notes prompt which embeds all note contents as resources and returns a structured prompt for LLM summarization. The project is intended as a demonstration of core MCP concepts and is easy to run locally or integrate with Claude Desktop. Development scripts and inspector tooling are provided for debugging and iterative development.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.