Productivity|AI / ML|DatabasePython
mempalace
MemPalace is the highest-scoring AI memory system that allows users to store and retrieve every conversation with an AI.
N/A rating (0 reviews)0 installs22,882 GitHub stars
memoryAIsemantic search
MemPalace organizes conversations into a structured format, allowing users to keep every word and find ideas easily. It stores raw exchanges in ChromaDB, enabling semantic search without summarization.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mempalace": {
"args": [
"mempalace"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.