- Overview
Overview
Simple mcp server for handling todo lists, for sake of practice and education
Content
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.
Features
1. Add a Todo Item
Tool: add_todo
Parameters:
title(required): The title of the todo item.due_date(optional): Due date in ISO 8601 format (2006-01-02T15:04:05Z).
2. Complete a Todo Item
Tool: complete_todo
Parameters:
id(required): The ID of the todo item to mark as completed.
3. Uncomplete a Todo Item
Tool: uncomplete_todo
Parameters:
id(required): The ID of the todo item to mark as uncompleted.
4. List All Todos
Tool: list_todos
Description:
Lists all todos with their IDs and completion status.
5. Retrieve a Single Todo
Tool: get_todo
Parameters:
id(required): The ID of the todo item to retrieve.
6. Delete a Todo Item
Tool: delete_todo
Parameters:
id(required): The ID of the todo item to delete.
7. Get Active Todos
Tool: get_active_todos
Description:
Retrieves all todos that are not completed.
8. Get Completed Todos
Tool: get_completed_todos
Description:
Retrieves all todos that are completed.
9. Update a Todo's Due Date
Tool: update_due_date
Parameters:
id(required): The ID of the todo item.due_date(required): New due date in ISO 8601 format (2006-01-02T15:04:05Z).
Example JSON configuration file
{
"name": "Todo list",
"key": "todo-list",
"description": "Basic todos",
"command": "/path/to/compiled/binary",
"env": {
"STORAGE_TYPE": "sql",
"DB_PATH": "/path/to/sqlite3/database.db"
}
}
Database schema
CREATE TABLE todos (
id INTEGER PRIMARY KEY AUTOINCREMENT,
title TEXT,
completed INTEGER
, due_date DATETIME);
Todos/Roadmap
- Improve DB Setup flow
- Tidy up main.go
- Consider adding more features like priority levels and tags
- Implement create_date field (and replace completed field with completion date)
- Unit tests
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Playwright McpPlaywright MCP server
ChatWiseThe second fastest AI chatbot™
CursorThe AI Code Editor
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.