todo-mcp-server
0
The TodoMCPAppServer is a Model Context Protocol server designed for managing todo items. It supports CRUD operations with YAML file storage and a real-time update feature using stdio transport.
TodoMCPAppServer
An MCP server implementation for a Todo application that uses YAML file persistence and stdio transport.
Features
- Create, Read, Update, Delete (CRUD) operations for TODO items.
- Data persistence using YAML files.
- MCP transport over stdio (standard input/output).
- Real-time updates.
- Each TODO item includes fields: ID, title, completed status, description, due date, creation date, and update date.
Requirements
- Node.js v22 or above.
Installation
- Clone the repository and navigate into it.
- Install dependencies.
- Build with TypeScript.
Usage
- Run the build process.
- Add the MCP server configuration to each MCP client.