Todo Markdown

Todo Markdown

danjdewhurst

Manages todo lists stored in markdown files with standard checkbox format. Tracks each item with persistent UUIDs while maintaining human-readable format.

5396 views3Local (stdio)

What it does

  • List all todo items from markdown file
  • Add new todo items with descriptions
  • Update existing todo item status and text
  • Delete specific todo items by ID
  • Clear all completed tasks at once

Best for

Developers who prefer markdown-based task managementAI assistants managing user todo listsTeams using markdown workflows for project tracking
Standard markdown checkbox formatPersistent UUID trackingHuman-readable file storage

Tools (5)

list_todos

List all todos from the markdown file

add_todo

Add a new todo item

update_todo

Update an existing todo item

delete_todo

Delete a todo item

clear_completed

Remove all completed todo items

Alternatives