Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    1,943+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    Categories
    • Agents1038
    • Coding971
    • Infrastructure415
    • Marketing398
    • Design335
    • Projects313
    • Analytics299
    • Research290
    • Testing183
    • Integration167
    • Data163
    • Security156
    • MCP145
    • Learning135
    • Communication120
    • Extensions114
    • Prompts110
    • Commerce106
    • Voice102
    • DevOps84
    • Web71
    • Finance18
    1. Home
    2. Tools
    3. MemPalace
    MemPalace icon

    MemPalace

    Agent Memory

    A local, open-source AI memory system that stores all your conversations verbatim in ChromaDB and makes them findable via semantic search, achieving 96.6% LongMemEval R@5 with zero API calls.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. No subscription, no cloud, no API key required.

    Engagement

    Available On

    Windows
    macOS
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryRetrieval-Augmented GenerationMCP Servers

    Alternatives

    Mem0ByteRoverClaude Context
    Developer
    Milla Jovovich & Ben SigmanMilla Jovovich and Ben Sigman build MemPalace, a local open-…

    Listed Apr 2026

    About MemPalace

    MemPalace is a free, open-source AI memory system that stores every conversation, decision, and debugging session verbatim in a local ChromaDB instance — nothing is summarized or discarded. It achieves the highest published LongMemEval R@5 score (96.6% in raw mode, 100% with optional reranking) without requiring any API key or cloud service. The system organizes memories into a hierarchical "palace" structure — wings, halls, rooms, closets, and drawers — inspired by the ancient method of loci, giving AI agents a navigable map rather than a flat search index. It integrates with Claude Code, Claude, ChatGPT, Cursor, Gemini, and local models via an MCP server exposing 19 tools.

    • Palace structure — Memories are organized into wings (people/projects), halls (memory types), and rooms (specific topics), delivering a +34% retrieval improvement over unfiltered search.
    • Raw verbatim storage — All content is stored as-is in ChromaDB without LLM summarization, which is the source of the 96.6% benchmark score; run pip install mempalace and mempalace init <dir> to get started.
    • MCP server with 19 tools — Connect once via claude mcp add mempalace -- python -m mempalace.mcp_server and your AI automatically calls mempalace_search, mempalace_kg_query, and other tools on demand.
    • Temporal knowledge graph — SQLite-backed entity-relationship triples with validity windows let you query what was true at any point in time, similar to Zep's Graphiti but fully local and free.
    • AAAK compression dialect (experimental) — A lossy abbreviation system for packing repeated entities into fewer tokens at scale; currently regresses LongMemEval vs raw mode (84.2% vs 96.6%) and is not the storage default.
    • Specialist agents — Define focused agents (reviewer, architect, ops) each with their own wing and AAAK diary in the palace; agents persist expertise across sessions without bloating your config.
    • Auto-save hooks — Claude Code hooks trigger structured saves every 15 messages and before context compaction, keeping the memory palace current automatically.
    • Three mining modes — projects for code and docs, convos for chat exports (Claude, ChatGPT, Slack), and general for auto-classification into decisions, preferences, milestones, problems, and emotional context.
    • Fully local — Requires only Python 3.9+, ChromaDB, and PyYAML; no internet connection after install, no data leaves your machine.
    MemPalace - 1

    Community Discussions

    Be the first to start a conversation about MemPalace

    Share your experience with MemPalace, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (MIT)

    Fully free and open-source under the MIT License. No subscription, no cloud, no API key required.

    • Verbatim conversation storage in ChromaDB
    • Palace structure (wings, halls, rooms, closets, drawers)
    • MCP server with 19 tools
    • Temporal knowledge graph (SQLite)
    • AAAK compression dialect

    Capabilities

    Key Features

    • Verbatim conversation storage in ChromaDB
    • Palace structure: wings, halls, rooms, closets, drawers
    • 96.6% LongMemEval R@5 in raw mode (zero API calls)
    • 100% LongMemEval R@5 with optional Haiku reranking
    • MCP server with 19 tools for Claude, ChatGPT, Cursor, Gemini
    • Temporal knowledge graph (SQLite) with validity windows
    • AAAK lossy compression dialect for token-efficient context loading
    • 4-layer memory stack (L0 identity, L1 critical facts, L2 room recall, L3 deep search)
    • Specialist agents with per-agent wings and AAAK diaries
    • Auto-save hooks for Claude Code (save + precompact)
    • Three mining modes: projects, convos, general
    • Semantic search with wing/room metadata filtering
    • Mega-file splitter for concatenated transcripts
    • Contradiction detection utility (fact_checker.py, experimental)
    • Fully local — no API key, no cloud, no data egress
    • Gemini CLI native integration
    • Wake-up command for local model context loading
    • Python API for programmatic access

    Integrations

    Claude Code
    Claude (MCP)
    ChatGPT (MCP)
    Cursor (MCP)
    Gemini CLI
    Llama (local)
    Mistral (local)
    ChromaDB
    SQLite
    Slack (export import)
    OpenAI tokenizer
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate MemPalace and help others make informed decisions.

    Developer

    Milla Jovovich & Ben Sigman

    Milla Jovovich and Ben Sigman build MemPalace, a local open-source AI memory system that achieves the highest published LongMemEval benchmark scores without any cloud dependency. The project stores AI conversations verbatim in ChromaDB and organizes them using a hierarchical palace structure for navigable retrieval. They develop in the open on GitHub, actively respond to community feedback, and prioritize honest benchmarking and reproducibility.

    Read more about Milla Jovovich & Ben Sigman
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Mem0 icon

    Mem0

    Memory layer for AI apps and agents. Open-source SDK + managed API that adds long-term, semantic and graph memory with fast retrieval, policy controls, and analytics.

    ByteRover icon

    ByteRover

    ByteRover is a local-first AI memory system that gives agents and developers a portable, hierarchically structured knowledge store with 92.2% retrieval accuracy.

    Claude Context icon

    Claude Context

    MCP server that provides persistent memory and context management for Claude AI conversations using Milvus vector database.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    34 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    50 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    53 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions