概要
MyMcpServer is a TypeScript-based Model Context Protocol (MCP) server designed to demonstrate core MCP concepts through a simple notes system. It features resources for managing text notes with URIs and metadata, tools for creating new notes with titles and content, and prompts for generating summaries of all stored notes, including the content of each note as embedded resources. This server is designed for integration with tools like Claude Desktop, enabling experimentation and development within the MCP ecosystem.
主な機能
- Manages text notes as resources with URIs and metadata.
- Offers prompts to generate summaries of all stored notes.
- Provides plain text mime type for simple content access
- Includes a tool to create new notes with title and content parameters.
- Supports integration with Claude Desktop via server configuration.
- 0 GitHub stars
ユースケース
- Demonstrates core MCP concepts.
- Enables experimentation with MCP server development.
- Facilitates integration with Large Language Models (LLMs) for note summarization.