Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by takase-est • Documentation & Docs
A TypeScript MCP server that provides a simple note-taking resource, a tool to create notes, and a prompt to generate summaries for integration with LLM agents.
Store and retrieve short text notes via note:// URIs including associated metadata.
Programmatically create new notes using a create_note tool which accepts title and content.
Generate consolidated summaries of all stored notes using the summarize_notes prompt with embedded resources for LLM input.
This repository implements a Model Context Protocol (MCP) server in TypeScript that models text notes as resources (note:// URIs) with metadata and plain-text content. It offers a create_note tool to programmatically add notes and a summarize_notes prompt that embeds all note contents for LLM summarization. The server is intended for local use and integration with clients like Claude Desktop and includes development scripts for building and debugging (including an MCP Inspector). The project is a small demo of MCP concepts focused on note storage and summarization.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.