Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by dkmaker • NLP & LLM
A lightweight TypeScript MCP server that provides a simple note-taking resource, tools to create notes, and prompts to generate summaries for LLMs.
Read and enumerate user notes exposed as resources (note:// URIs) to incorporate user content into prompts or actions.
Create and persist textual notes via a tool API (create_note) as part of a conversational workflow or memory system.
Generate consolidated summaries of multiple notes by using an embedded-resource prompt (summarize_notes) to feed content to an LLM.
This repository implements a Model Context Protocol (MCP) server in TypeScript that exposes text notes as resources (note:// URIs), a tool to create new notes, and a prompt to summarize all stored notes. It is useful for testing MCP integrations, demonstrating core MCP concepts, and providing a minimal notes backend for local or desktop agent workflows. The server includes plain-text access to note contents and integrates with Claude Desktop via a simple command configuration. Development conveniences include npm build/watch scripts and an MCP Inspector helper for debugging communications over stdio.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.