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
{
"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