MemXT banner
debpalash debpalash

MemXT

Development community

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

memXT

Local long-term memory for coding agents — Claude Code, Codex, Cursor, Grok CLI.
Your agent stops forgetting. Your code never leaves your machine.

MIT platform $0

memxt demo — recalls decisions from paraphrased questions

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.