Skip to content

manage-notes

The manage-notes MCP tool provides core CRUD operations for Markdown files within your vault.

  • read: Returns the full content of a note.
  • write: Creates or overwrites a note with new text content.
  • append: Adds text to the beginning or end of an existing note.
  • delete: Removes a note.
  • rename: Changes a note’s filename.
  • duplicate: Creates a copy of an existing note.
  • move: Shifts a note to a new directory.