ming-mcp-server

mingder78/ming-mcp-server

3.1

If you are the rightful owner of ming-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript-based MCP server implementing a simple notes system.

The ming-mcp-server is a Model Context Protocol server designed to demonstrate core MCP concepts through a simple notes system. It allows users to create, list, and access text notes using URIs and metadata. The server supports creating new notes and generating summaries of stored notes, making it a practical tool for managing textual information. The server is built using TypeScript and provides a straightforward interface for interacting with notes, including creating new entries and summarizing existing ones. It is designed to be used with various platforms, including Claude Desktop, and offers debugging support through the MCP Inspector.

Features

  • Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes with title and content.
  • Prompts: `summarize_notes` prompt for generating summaries of all stored notes.

Tools

  1. create_note

    Tool for creating new text notes with title and content.