toolbox-mcp-server

toolbox-mcp-server

3.2

If you are the rightful owner of toolbox-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 MCP server project

The toolbox-mcp-server is a Model Context Protocol (MCP) server designed to manage and store notes using a custom URI scheme. It provides a simple note storage system where each note is a resource with a name, description, and text/plain mimetype. The server also offers a prompt to summarize stored notes, allowing users to control the detail level of the summaries. Additionally, it includes a tool for adding new notes, which updates the server state and notifies clients of changes. The server can be configured for development or published environments, and it supports building and publishing packages for distribution.

Features

  • Custom note: // URI scheme for accessing individual notes
  • Summarize-notes prompt with optional style argument
  • Add-note tool for adding new notes
  • Development and published server configurations
  • Support for building and publishing packages

Tools

  1. add-note

    Adds a new note to the server with required 'name' and 'content' arguments.