ming-mcp-server

ming-mcp-server

0

The ming-mcp-server is a TypeScript-based Model Context Protocol server designed to manage a simple notes system. It offers functionalities to create, list, and summarize text notes, showcasing essential MCP capabilities.

ming-mcp-server

A Model Context Protocol server implemented in TypeScript. It features a simple notes system that includes:

  • Resources: Representing text notes accessible via URIs.
  • Tools: Create new notes with specified title and content.
  • Prompts: Generate summaries of stored notes using structured prompts for LLM summarization.

Features

Resources

  • Access notes through note:// URIs.
  • Each note includes title, content, and metadata.

Tools

  • Create new notes by providing title and content.

Prompts

  • Generate summaries of all notes for LLM use.

Installation

Add server config for Claude Desktop on MacOS or Windows by modifying configuration files in respective directories.