关于
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.
主要功能
- Automatic file management in the specified directory.
- 1 GitHub stars
- List all notes within the vault.
- JSON Schema validation for all operations.
- Create, read, and update markdown notes.
- Timestamp tracking for note creation and modification.
使用案例
- Organizing project documentation.
- Tracking ideas and research.
- Managing personal notes.