Databases
Trust: 37/100 (Limited)io.github.umitkavala/mindpm Guide
Persistent project memory for LLMs via SQLite. Never re-explain your project again.
5 starsby umitkavala
Quick Start
Install
npx mindpmClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-umitkavala-mindpm": {
"command": "npx",
"args": [
"mindpm"
]
}
}
}