
Mempalace Ts
- 2 repo stars
- Updated June 1, 2026
- entropyvortex/mempalace-ts
AI memory system — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, guided setup. TypeScript-native.
About
mempalace-ts is a Claude Code skill in the AI & Agent Building category. AI memory system — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, guided setup. TypeScript-native.
- mempalace-ts
- AI & Agent Building
- AI-coding skill
Mempalace Ts by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add entropyvortex/mempalace-ts/plugin install mempalace-ts@mempalace-tsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | June 1, 2026 |
| Repository | entropyvortex/mempalace-ts ↗ |
What it does
AI memory system — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, guided setup. TypeScript-native.
README.md
MemPalace Claude Code Plugin (TypeScript)
A Claude Code plugin that gives your AI a persistent memory system. Mine projects and conversations into a searchable palace backed by ChromaDB, with 19 MCP tools, auto-save hooks, and 5 guided skills.
Prerequisites
- Node.js 20+
Installation
Claude Code Marketplace
claude plugin marketplace add milla-jovovich/mempalace-ts
claude plugin install --scope user mempalace-ts
Local Clone
claude plugin add /path/to/mempalace-ts
Post-Install Setup
After installing the plugin, run the init command to complete setup (npm install, MCP configuration, etc.):
/mempalace:init
Available Slash Commands
| Command | Description |
|---|---|
/mempalace:help |
Show available tools, skills, and architecture |
/mempalace:init |
Set up MemPalace -- install, configure MCP, onboard |
/mempalace:search |
Search your memories across the palace |
/mempalace:mine |
Mine projects and conversations into the palace |
/mempalace:status |
Show palace overview -- wings, rooms, drawer counts |
Hooks
MemPalace registers two hooks that run automatically:
- Stop -- Saves conversation context every 15 messages.
- PreCompact -- Preserves important memories before context compaction.
Set the MEMPAL_DIR environment variable to a directory path to automatically run mempalace-ts mine on that directory during each save trigger.
MCP Server
The plugin automatically configures a local MCP server with 19 tools for storing, searching, and managing memories. No manual MCP setup is required -- /mempalace:init handles everything.
Full Documentation
See the main README for complete documentation, architecture details, and advanced usage.