MemXT
Description
MemXT is a Local long-term memory for Claude Code & coding agents. 100% local
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Local long-term memory for coding agents — Claude Code, Codex, Cursor, Grok CLI.
Your agent stops forgetting. Your code never leaves your machine.
Install
curl -fsSL https://raw.githubusercontent.com/Yupcha/memxt/main/install.sh | bash
~/.memxt/bin/memxt demo # 60-second tour on a throwaway palace (the GIF above)
~/.memxt/bin/memxt adopt --write # wire your agents + mine this repo
~/.memxt/bin/memxt doctor # if anything's off — every ✗ prints its fix command
macOS / Linux, x86_64 & arm64. One ~7 MB binary + an on-device MiniLM model. No accounts, no keys, zero network at query time.
Claude Code
/plugin marketplace add Yupcha/memxt
/plugin install memxt
Done. Every session now wakes up with project decisions and recent work (~10 ms), auto-saves before compaction and on stop, and recalls via `memory_search` → `memory_get`. `/remember` and `/recall` when you want to be explicit.
Other agents — one shared palace
| Agent | Setup |
|---|---|
| Codex | memxt instructions --harness codex |
| Cursor | memxt adopt --write → .cursor/mcp.json |
| Grok CLI | grok mcp add memory … -- ~/.memxt/bin/memxt mcp |
| Any MCP client | memxt mcp over stdio |
All of them read and write the same `MEMXT_DB`. Open a new session after wiring. Full guide → [`docs/harnesses.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11