Back to Home
Ashiq8 icon

todo-mcp-server

Verified Safe

by Ashiq8

Overview

Provides a simple todo list management system accessible via the MCP protocol, allowing clients to add, delete, and list tasks.

Installation

Run Command
python server.py

Security Notes

The server's code does not use 'eval' or similar dangerous functions. File I/O is restricted to a single 'todos.json' file. Input validation is performed for the 'delete_todo' index, preventing out-of-bounds access. Outputs are JSON serialized, mitigating injection risks. No hardcoded secrets or direct network risks (beyond the MCP stdio communication) are apparent from the provided source. The design is simple and appears secure for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-02

Tags

todo-listmcp-serverpythontask-managementstdio-interface