Back to Home
ringotypowriter icon

mcp-server-toodo

Verified Safe

by ringotypowriter

Overview

Manages personal to-do lists with file-based storage, agent-tooling via MCP, and system tray integration for quick access on macOS.

Installation

Run Command
bun run index.ts

Environment Variables

  • TODO_DEFAULT_EXPIRATION

Security Notes

The server primarily operates on local files within `~/.config/todos/` and utilizes a native system tray binding (`traykit-bindings`). The todo names are sanitized to prevent path traversal issues (e.g., `../`). No explicit 'eval' or direct network exposure beyond stdio for the MCP protocol is evident. Native bindings can inherently carry risks if the underlying library has vulnerabilities, but the usage appears standard. File system operations are confined to a user-specific configuration directory.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2026-01-15

Tags

todo managementsystem trayproductivitybunmcp server