Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by vivalalova • Documentation & Docs
A TypeScript Model Context Protocol server that provides a simple notes system with resources, tools, and prompts for creating and summarizing text notes.
Persist and retrieve simple text notes using note:// URIs and associated metadata.
Programmatically create new notes via a create_note tool and maintain server-side state.
Generate consolidated summaries of all notes using a summarize_notes prompt with embedded resources for LLM input.
This is a small TypeScript-based MCP server implementing a notes system: notes are exposed as note:// resources (with titles, content and metadata), a create_note tool stores new notes, and a summarize_notes prompt bundles note contents as embedded resources for LLM summarization. It serves as a reference implementation of core MCP concepts and is easy to run locally or integrate with Claude Desktop. The server is useful for prototyping agent workflows that need basic persistent text storage and automated summarization.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.