dice-server

dice-server

3.1

If you are the rightful owner of dice-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.

The dice-server is a TypeScript-based MCP server designed for managing and summarizing text notes.

The dice-server MCP Server is a TypeScript-based server that implements a simple notes system. It demonstrates core Model Context Protocol (MCP) concepts by providing resources that represent text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of notes. This server is particularly useful for applications that require structured note management and summarization capabilities. It supports listing and accessing notes via `note://` URIs, and each note includes a title, content, and metadata. The server also offers a plain text mime type for simple content access. Additionally, it provides a `create_note` tool for creating new text notes and a `summarize_notes` prompt for generating summaries of all stored notes.

Features

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

Tools

  1. create_note

    Create new text notes with title and content.