toolbox-mcp-server

toolbox-mcp-server

0

The toolbox-mcp-server is a Model Context Protocol server designed to store and summarize notes. It allows adding notes with specific attributes and provides prompts for generating summaries of these notes with customizable detail levels.

toolbox-mcp-server

A MCP server project

Components

Resources

  • Implements a simple note storage system
  • Uses custom note:// URI scheme
  • Each note has a name, description, and text/plain mimetype

Prompts

  • Provides summarize-notes prompt to create summaries of stored notes
    • Optional "style" argument for detail level (brief/detailed)

Tools

  • Tool add-note to add new notes
    • Requires "name" and "content" arguments

Quickstart

Install

Claude Desktop
  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json

Development

Building and Publishing

  • Sync dependencies: uv sync
  • Build distributions: uv build
  • Publish to PyPI with credentials

Debugging

  • Use MCP Inspector for debugging