memxt
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 commandmacOS / Linux, x86_64 & arm64. One ~7 MB binary + an on-device MiniLM model. No accounts, no keys, zero network at query time.
Related MCP server: umo-memory
Claude Code
/plugin marketplace add Yupcha/memxt
/plugin install memxtDone. 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 |
|
Cursor |
|
Grok CLI |
|
Any MCP client |
|
All of them read and write the same MEMXT_DB. Open a new session after wiring. Full guide → docs/harnesses.md.
How it works
Wings (projects) → Rooms (topics) → Drawers (verbatim memory + embedding)
│
search = vectors + FTS5 + facts + recency, fused
wake-up = identity + project truth + recent work, ~10 msMemories are kept verbatim (no LLM rewriting), searched hybrid (semantic + exact keywords like 0x5C), and consolidated by dream: hot vectors stay f32, cold history compresses to 4-bit, stale facts expire.
Numbers (Apple Silicon, method in BENCHMARK.md): wake-up ~10 ms · warm search sub-ms · ~100 MB peak RAM · continuity bench 6/6 · 72% fewer tokens than re-pasting docs each session (method).
Built for agents (v0.4)
Procedural memory — repeated successful workflows become procedures;
memxt skills --emitturns them into Claude Code skills.Grounded memory — memories anchor to file + content hash; recall tags
[stale]when the evidence changed.Token-budget recall —
budget_tokenson search/wake-up returns the best brief that fits.Fleet-ready — parallel subagents share one palace: attributed writes, lock-retry, scratch tier with
memory_promote.Usage-learned relevance — memories the agent actually opens rank higher; ignored ones decay.
Sleep-time compute —
memxt dream --daemonconsolidates in the background and flags contradicting facts.Client-model sampling — opt-in (
MEMXT_SAMPLING=1): fact extraction by your client's own model, still $0.
vs the alternatives
We studied 15 agent-memory products (full teardown). The field splits into cloud memory APIs (Mem0, Supermemory), Python/Node local layers (MemPalace, agentmemory, MemOS), and Claude-first plugins (claude-mem). memxt's bet: the only native-binary, $0-memory-loop option that's deep in every coding harness.
memxt | claude-mem | Mem0 / Supermemory | |
Code leaves machine | never | compresses via cloud LLM | yes, by default |
Memory LLM bill | $0 | metered | metered |
Works with | Claude · Codex · Cursor · Grok | Claude-first | platform |
Remembers | verbatim + facts + anchors | AI summaries | extracted entities |
Nobody else has: grounded memories that admit they're [stale], procedural memory that emits agent skills, token-budget recall, or a 60-second demo you can verify on your own repo.
CLI
memxt demo [--keep] 60-second tour on a throwaway palace
memxt doctor Self-diagnosis with exact fix commands
memxt adopt [--write] [--no-mine] Wire up agents + optionally mine the repo
memxt mine <path> [wing] Incremental codebase ingest
memxt search <q> --mode hybrid | memories | documents | facts | episodes
memxt wake-up [--budget N] | inspect | dream | serve
memxt dream --daemon | --status | --contradictions
memxt skills [--emit [dir]] Procedural memory → Claude Code skills
memxt anchors [--verify] Grounded-memory anchor health
memxt forget | export | import | mcp | hook | instructionsMEMXT_DB=~/.memxt/palace.db MEMXT_MODEL=~/.memxt/lib/minilm.gguf
MEMXT_WING=my-project # optional; defaults to the git-root nameBuild from source
Zig 0.16 + cmake:
git clone --recursive https://github.com/Yupcha/memxt && cd memxt && zig build --release=fastROADMAP.md · MIT · 3D logo
If memxt saves you one re-explain session, star it.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenancePersistent memory for Claude Code. Automatically indexes every conversation and provides production-grade hybrid search (BM25 + vectors + reranker) via MCP tools. 100% local, zero config, zero API keys, zero invoice.Last updated16437MIT
- Alicense-qualityBmaintenancePersistent memory for AI coding agents that stores and recalls preferences, decisions, and conventions via semantic similarity, with zero cloud dependencies and plug-and-play MCP integration for Claude Code.Last updatedApache 2.0
- Alicense-qualityBmaintenanceLocal-first memory for Claude & AI agents with hybrid search, Graph-RAG, and time-travel, runs entirely on your machine.Last updated651Apache 2.0
- Alicense-qualityAmaintenancePersistent, local memory for AI coding agents that learns how you work, not just what you said. Supports Claude Code, Codex CLI, Cursor, and any MCP client.Last updated64MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Hosted memory for AI agents that learns and forgets — one key across Claude, Cursor & ChatGPT.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yupcha/memxt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server