Mindpm
Freeby MCP Community
Persistent project memory for LLMs via MCP. Never re-explain your project again.
v1.2.41Added Apr 12, 2026
mcpmcp-servermodel-context-protocolllmmemory
Mindpm MCP Server
Persistent project memory for LLMs via MCP. Never re-explain your project again.
Installation
Reviews
Installation
Quick install
npx -y mindpm
Add to claude_desktop_config.json
{
"mcpServers": {
"mindpm": {
"command": "npx",
"args": ["-y", "mindpm"]
}
}
}