Skip to content

[GitHub Trending] MemPalace/mempalace

7.1 relevance
Score Breakdown
technical depth
7
novelty
7
actionability
8
community
6
strategic
6
personal
8

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Open-source AI memory system is novel and directly relevant to agent orchestration and infrastructure.

AI/ML github.com
The best-benchmarked open-source AI memory system. And it's free. - MemPalace/mempalace
Summary

MemPalace is a local-first AI memory tool that stores conversation history as verbatim text with semantic search, achieving 96.6% R@5 raw on LongMemEval without API calls. It uses a structured index of wings (people/projects), rooms (topics), and drawers (content) with a pluggable backend defaulting to ChromaDB, and ships a CLI installable via uv or pipx. The tool integrates as an MCP stdio server for Claude Code, supports Docker with optional GPU acceleration, and offers alternative backends including sqlite_exact, Qdrant, and pgvector.

Author

MemPalace