This release adds 3 notable features for engineering teams evaluating rollout.
Published 15d
LLM Frameworks
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
ai-memory
bun
encryption
local-first
mcp
+5 more
memory
open-protocol
privacy
sdk
typescript
Affected surfaces
crypto_tls
auth
Summary
AI summaryUpdates Highlights, Out of scope, and tracked across a mixed release.
Full changelog
Highlights
@mneme/mcp-serverv0.0.1 ships inapps/mcp-server. First entry inapps/. Distribution wedge per BRIEF.md.- One-line Claude Code install —
claude mcp add mneme bun -- run apps/mcp-server/src/index.ts. Six tools (mneme_remember,mneme_recall,mneme_get,mneme_forget,mneme_supersede,mneme_export) become available in any MCP host. - Encryption flows end-to-end — pass
MNEME_PASSPHRASEvia env; the server prints the BIP-39 recovery phrase to stderr once on first encrypted boot. - Built on
@modelcontextprotocol/sdk— stdio transport, Zod input validation per tool. ADR 0007 documents the design.
What's in the repo today
packages/protocolv0.0.1 — open spec typespackages/sdkv0.0.4 — encryption + recovery + signingpackages/embedder-localv0.0.1 — on-device embeddingsapps/mcp-serverv0.0.1 — Claude Code-installable MCP servertests/conformancev0.0.1 — cross-implementation suitedocs/protocol/v0.1.md— public wire specdecisions/— 7 ADRs
Try it
Plaintext local mode:
git clone https://github.com/ppserapiao/mneme
cd mneme
bun install
claude mcp add mneme bun -- run apps/mcp-server/src/index.ts
Encrypted: add MNEME_PASSPHRASE to the env block in ~/.claude.json. The 24-word recovery phrase is printed to stderr exactly once on first boot — save it.
Out of scope (tracked)
- Embedder via env var — deferred behind the Bun + onnxruntime-node cleanup crash (ADR 0004 §4)
- HTTP transport in addition to stdio
npx @mneme/mcp-serverzero-install path — lands with npm publishing- CRDT sync engine + multi-device key wrapping (v0.2)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Mneme
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]