📋
Fastmcp Todo
No description available
0 installs
Trust: 30 — Low
Productivity
Ask AI about Fastmcp Todo
Powered by Claude · Grounded in docs
I know everything about Fastmcp Todo. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
FastMCP Todo Server
A simple todo management server built with FastMCP 2.
Features
- Create, update, and delete todos
- Set priorities (low, medium, high, urgent) and categories
- Mark todos as completed or in progress
- Search and filter todos
- Track due dates and overdue items
- Get todo statistics
Installation
Install dependencies:
uv sync
Usage
Run the server:
uv run python server.py
Testing
Run tests:
uv run pytest
Tools Available
create_todo- Create a new todolist_todos- List all todos (with optional filters)update_todo- Update an existing todocomplete_todo- Mark a todo as completeddelete_todo- Delete a todosearch_todos- Search todos by textget_todo_stats- Get statistics about todos
Data Storage
Todos are stored in tasks.json in the project directory.
