Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lloydchang • Documentation & Docs
A TypeScript MCP server that implements a simple notes system (resources, tools, and prompts) for demonstrating Model Context Protocol features.
Store, list, and retrieve plain-text notes via MCP resources (note:// URIs) during conversations or workflows.
Create new textual content programmatically using an exposed tool (create_note) that persists server-side state.
Generate LLM-ready summaries of multiple documents by using the summarize_notes prompt that embeds all note contents as resources.
This repository provides a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system with note:// URIs, metadata, and plain-text content access. It includes a tool to create notes and a prompt that constructs a structured summarization request (embedding all note contents) for LLMs. The project is intended as a demonstration and development server, with instructions for local use and integration with Claude Desktop and 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.