Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ndlxp2008 • Documentation & Docs
A TypeScript MCP server that provides a simple note system with note:// resources, tools to create notes, and prompts to summarize stored notes for use with Claude Desktop.
Store and retrieve plain-text notes via uniform resource URIs (note://) with associated metadata.
Programmatically create new notes using a dedicated create_note tool and persist them in server state.
Generate structured LLM prompts that summarize all stored notes and include note content as embedded resources.
This repository implements a minimal Model Context Protocol (MCP) server in TypeScript that models text notes as resources (note:// URIs), exposes a tool to create notes, and provides a prompt generator to produce summaries of all stored notes. It demonstrates core MCP concepts like resource URIs, metadata, tools, and embedding notes into LLM prompts. The project includes development and debugging guidance (MCP Inspector) and integration instructions for Claude Desktop. It's intended as a template or learning example for building cursor-style MCP servers.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.