mempalace
An open-source, local-first AI memory system supporting multiple storage backends.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 56.2k
- Source
- mcp-github
- Repository
- github.com/MemPalace/mempalace
Overview
MemPalace is an open-source, local-first AI memory system designed for storing and retrieving conversation history. It stores data in raw text form and retrieves it using semantic search. The system does not summarize, extract, or rewrite content. The indexing structure is organized into wings, rooms, and drawers, enabling scoped searches. By default, ChromaDB is used as the storage backend, but it supports pluggable alternatives such as SQLite, Qdrant, and pgvector. Ideal for developers needing to manage large volumes of conversation data within a local environment.
Capabilities
- ▪Local-first AI memory system
- ▪Supports multiple storage backends
- ▪Structured indexing system
- ▪Semantic search functionality
Use cases
Setup
Recommended installation methods include `uv tool install mempalace` or `pipx install mempalace`. Alternatively, use `pip install mempalace` within a virtual environment.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to choose a storage backend?
You can select different storage backends via the command-line argument `--backend`, such as ChromaDB, SQLite, etc.
Does it support external services?
Yes, it supports external services like Qdrant and pgvector, which require corresponding environment variables to be configured.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
antivibe
Transform AI-generated code into deep learning materials to help developers understand the code.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.