Back to Home
unmarco icon

supatask

Verified Safe

by unmarco

Overview

Manages local tasks, time tracking, and activity logging with a web interface, rich CLI, and AI assistant integration via the Model Context Protocol (MCP).

Installation

Run Command
docker compose up -d

Environment Variables

  • REDIS_URL
  • LOG_LEVEL
  • DEBUG

Security Notes

CORS policy is set to allow all origins ('*') in development, which is acceptable for a local/personal tool but poses a risk if deployed publicly without specific origin restrictions. Redis is exposed on a standard port (6379) within the Docker network and configured for persistence (AOF), but lacks built-in authentication in its default Docker Compose setup. For public deployment, Redis requires proper security measures (e.g., password, network isolation). The MCP tool execution (`tools/call`) internally calls service methods with Pydantic-validated models, which generally helps mitigate direct injection risks. No 'eval' or obvious malicious patterns were found in the provided code snippets.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassHigh
Avg Tokens15000
Stars1
Forks0
Last Update2025-11-26

Tags

Task ManagementTime TrackingRedisFastAPIMCP ServerCLIWeb Interface