Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by fyimail • Uncategorized
An MCP server for managing todo items with SQLite database storage.
Manage and persist todo items efficiently.
That require a simple task management backend with SQLite storage.
Add, list, and remove todo items programmatically.
This MCP server allows users to add, list, and remove todo items stored in a SQLite database. It provides a simple interface for managing tasks with persistent storage, making it easy to keep track of todos. The server is built with TypeScript and uses better-sqlite3 for efficient database operations.