fyimail/todo-mcp-server
If you are the rightful owner of todo-mcp-server 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.
A simple MCP (Model Context Protocol) server for managing todo items with SQLite database storage.
Tools
Functions exposed to the LLM to take actions
add-todo
Adds a new todo item to the list. Parameters: text (string): The text content of the todo item.
get-todos
Lists all todo items.
remove-todo
Removes a todo item by its ID. Parameters: id (number): The ID of the todo item to remove.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client