Skip to content
Cursor

mindpm for Cursor

io.github.umitkavala/mindpm

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

client:Cursor transport:stdio runtime:npm

Install mindpm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mindpm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ],
      "env": {
        "MINDPM_DB_PATH": "<MINDPM_DB_PATH>",
        "MINDPM_PORT": "<MINDPM_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mindpm in other clients