Loading MCP server directory, please wait...
Persistent project memory for LLMs via SQLite. Never re-explain your project again.
npx @getmcp/cli add io.github.umitkavala/mindpmRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.umitkavala/mindpm": {
"command": "npx",
"args": [
"-y",
"mindpm"
],
"env": {
"MINDPM_DB_PATH": "~/.mindpm/memory.db",
"MINDPM_PORT": "3131"
}
}
}
}