← Index

io.github.umitkavala/mindpm

io.github.umitkavala/mindpm·v1.2.41·Databases
Quality Score
84
/100

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ],
      "env": {
        "MINDPM_DB_PATH": "~/.mindpm/memory.db",
        "MINDPM_PORT": "3131"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ],
      "env": {
        "MINDPM_DB_PATH": "~/.mindpm/memory.db",
        "MINDPM_PORT": "3131"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mindpm
§02  Environment variables
MINDPM_DB_PATH

Path to the SQLite database file

MINDPM_PORT

Port for the built-in Kanban board UI

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Databases