Manages markdown notes within a specified directory using the Model Context Protocol.
This Python-based tool functions as a Model Context Protocol (MCP) server, designed to manage markdown notes stored in a designated directory. It enables users to create, read, update, and list notes using stdio transport. The server features automatic file management, robust error handling, comprehensive logging, and timestamp tracking for note creation and modification. All operations are validated with JSON Schema for added reliability.
Key Features
01Automatic file management in the specified directory.
021 GitHub stars
03List all notes within the vault.
04JSON Schema validation for all operations.
05Create, read, and update markdown notes.
06Timestamp tracking for note creation and modification.