Enables LLMs to manage a todo list application through the Model Context Protocol, connecting directly to a browser-based Postgres database to add, list, complete, and remove todo items with categories, priorities, and due dates.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_AUTH_TOKEN— Auth token for authentication (alternative to full URL)MCP_CONNECTION_ID— Browser connection ID (alternative to full URL)MCP_POSTGRES_URL— "": "postgres://postgres:YOUR_AUTH_TOKEN@YOUR_CONNECTION_ID.pg.db4.app",MCP_SCHEMA— "": "todo_mcp"[](https://m8ven.ai/mcp/maxabrahamsson-todo-mcp-db4app-e47pli)