Notes
Creatednathannj
Manages markdown notes within a specified directory using the Model Context Protocol.
About
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
- 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.
Use Cases
- Organizing project documentation.
- Tracking ideas and research.
- Managing personal notes.