Solves the "let me remind you about my project" problem by giving LLMs a SQLite-backed memory that persists across conversations. Exposes MCP tools for managing tasks with status and priority, logging architecture decisions with reasoning, storing notes and key-value context, and tracking work sessions. Calling start_session pulls the full project state plus what you were working on last time. The LLM reads and writes directly to the database, so it picks up exactly where you left off without needing chat history. Includes a Kanban web UI served on localhost. Works across Claude Desktop, Cursor, Cline, and VS Code by pointing them all at the same database file.
claude mcp add --transport stdio umitkavala-mindpm uvx mindpm