Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by AnthonyAltieri • Uncategorized
An MCP server providing todo list management with SQLite and Drizzle ORM.
Manage and organize todo items programmatically.
Filter and prioritize tasks based on completion status and priority levels.
That require a lightweight, SQLite-backed todo list server with MCP protocol support.
This MCP server allows clients to create, read, update, delete, and manage todo items with features like marking todos as completed and filtering by completion status and priority. It uses a SQLite database with automatic initialization and Drizzle ORM for database operations. The server is built with TypeScript and includes parameter validation with Zod, making it robust and easy to integrate with MCP clients.