Connect to Claude
Mitmproxy icon

Mitmproxy

Createdlucasoeth

Offers a MCP server that manages notes with summarization and addition functionalities.

About

This project provides an MCP server implementing a simple note storage system accessible via a custom note:// URI scheme. It features a prompt for summarizing stored notes with optional styling and a tool for adding new notes. The server updates its state and notifies clients of resource changes upon note addition, offering a basic framework for managing and interacting with note-based data.

Key Features

  • Custom note:// URI scheme for accessing individual notes.
  • Real-time state updates and client notifications upon resource changes.
  • Add-note tool with name and content arguments for creating new notes.
  • 1 GitHub stars
  • Summarize-notes prompt with optional style argument for detail level.
  • Integration with MCP Inspector for debugging.

Use Cases

  • Adding new notes to a server.
  • Managing and interacting with note-based data.
  • Creating summaries of stored notes.