todo-mcp-server
0
This project is a Model Context Protocol server implementation for managing a To Do list, offering basic CRUD operations with in-memory storage and type-safe operations using Zod validation.
To Do List MCP Server
A Model Context Protocol (MCP) implementation of a simple To Do list manager that provides basic CRUD operations through MCP tools.
Features
- Add new To Do items
- View all To Do items
- Remove To Do items by ID
- Type-safe operations using Zod validation
- In-memory storage for simplicity
- Stdio transport for easy integration