danjdewhurst/todo-md-mcp
3.3
If you are the rightful owner of todo-md-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Todo Markdown MCP Server is a Model Context Protocol server that manages todo lists using a markdown file, enabling AI assistants to perform CRUD operations on todo items.
Tools
Functions exposed to the LLM to take actions
list_todos
Lists all todo items from the markdown file.
add_todo
Adds a new todo item.
update_todo
Updates an existing todo item.
delete_todo
Deletes a todo item.
clear_completed
Removes all completed todo items.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client