StrongMonkey/mcp-todo-list-server
If you are the rightful owner of mcp-todo-list-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 Model Context Protocol (MCP) server that provides CRUD operations for TODO items with a PostgreSQL backend, supporting user-specific lists and various features.
Tools
Functions exposed to the LLM to take actions
create-todo
Create a new TODO item with specified details.
list-todos
List TODO items with optional filters for completion, priority, and search terms.
get-todo
Retrieve details of a specific TODO item by ID.
update-todo
Update an existing TODO item with new details.
complete-todo
Mark a TODO item as completed.
delete-todo
Delete a TODO item by ID.
get-todo-stats
Retrieve statistics about TODO items.
get-todo-resources
Get resource links for TODO items.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client