lvturner/mcp-godo
If you are the rightful owner of mcp-godo 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 server for managing a todo list, written in Go, using a SQLLite database.
Tools
Functions exposed to the LLM to take actions
add_todo
Adds a new todo item with an optional due date.
complete_todo
Marks a todo item as completed.
uncomplete_todo
Marks a todo item as uncompleted.
list_todos
Lists all todo items with their IDs and completion status.
get_todo
Retrieves a specific todo item by ID.
delete_todo
Deletes a specified todo item.
get_active_todos
Retrieves all active (not completed) todo items.
get_completed_todos
Retrieves all completed todo items.
update_due_date
Updates the due date of a specified todo item.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client