Back to Home
chestnutforty icon

mcp-todo

Verified Safe

by chestnutforty

Overview

Manages a stateful todo list throughout an agent session, allowing atomic replacement of the entire list.

Installation

Run Command
python server.py

Security Notes

The server maintains an in-memory, per-session todo list. Input validation is present for todo item content and status, mitigating basic injection risks. No external dependencies beyond the FastMCP framework are directly used in the tool logic that would introduce new attack surfaces. No hardcoded credentials or 'eval' usage are present in the provided source code. The 'cutoff_date' parameter is excluded from the tool's public schema, meaning agents cannot influence it directly.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-14

Tags

StatefulTodo ListFastMCPAgent ToolSession Management