Overview
About
Simple mcp server for handling todo lists, for sake of practice and education
Details
- Author
- lvturner
- Downloads
- 298
- Categories
- Other
Jump to
- Add todos with optional due dates.
- Mark todos as completed or uncompleted.
- List all, active, or completed todos.
- Retrieve or delete a single todo by ID.
- Update a todo’s due date.
Configure Overview with a JSON file specifying the compiled binary path and environment variables (STORAGE_TYPE set to sql and DB_PATH pointing to the SQLite database file). The server provides several tool functions for CRUD operations on todos.
Overview
A simple MCP server that exposes some basic functions for managing a todo list. Written in Go for my own learning purposes, and to fit my own workflows.
It will store your todos in a simple SQLLite database.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



