Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ueki-tomohiro • File & Storage
A TypeScript-based MCP server that implements a simple notes system with note:// resources, a create_note tool, and prompts to generate summaries of stored notes.
Store and retrieve small text notes as resources accessible via note:// URIs.
Programmatically create new notes using a simple create_note tool and persist them in server state.
Generate aggregated summaries of all stored notes by invoking the summarize_notes prompt with embedded note contents for LLM processing.
This MCP server exposes text notes as resources (note:// URIs) with metadata and plain-text access, provides a create_note tool to add new notes to server state, and offers a summarize_notes prompt that bundles all note contents for LLM summarization. It is implemented in TypeScript and includes build and watch scripts for development, plus guidance for integrating with Claude Desktop via an MCP server config. The project is suitable as a demonstration or lightweight notes backend for agent workflows.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.