mindpm is a Model Context Protocol server that provides LLMs with persistent SQLite-backed project memory. By eliminating the need to re-explain context, it ensures that every new conversation begins at the right point. With features tracking tasks, decisions, notes, and sessions, mindpm makes project management seamless and efficient.
mindpm is a Model Context Protocol (MCP) server designed to provide persistent project memory for large language models (LLMs) using SQLite. This powerful tool allows LLMs to maintain context between sessions, avoiding the need to repeatedly re-explain project details in every interaction.
Persistent Context: Automatically track project status, decisions, architecture notes, and session history, ensuring smooth continuity across conversations.
For example, when prompted about next steps, the LLM can instantly retrieve:
You: "What should I work on next?"
LLM: [queries mindpm] "Last session you finished the auth refactor. You have 3 high-priority tasks: rate limiting, API docs, and the webhook retry bug. Rate limiting is unblocked — start there."
Comprehensive Tracking: mindpm records vital components of a project, including:
Integrated Kanban Board: A built-in Kanban UI facilitates project management. Upon starting the MCP server, users can access their board via http://localhost:3131:
Kanban board: http://localhost:3131?project=<project-id>
MCP Tools for Easy Management: mindpm comes equipped with a range of tools to manage projects effectively:
start_session.end_session.mindpm accommodates integration with various clients, enabling a unified JSON format for configuration. The database, which is shared across all clients, ensures that no context is lost when switching tools mid-project.
No comments yet.
Sign in to be the first to comment.