Skip to content

Mneme

v0.0.5 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 15d LLM Frameworks
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Updates Highlights, Out of scope, and tracked across a mixed release.

Full changelog

Highlights

  • @mneme/mcp-server v0.0.1 ships in apps/mcp-server. First entry in apps/. Distribution wedge per BRIEF.md.
  • One-line Claude Code installclaude 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_PASSPHRASE via 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/protocol v0.0.1 — open spec types
  • packages/sdk v0.0.4 — encryption + recovery + signing
  • packages/embedder-local v0.0.1 — on-device embeddings
  • apps/mcp-server v0.0.1 — Claude Code-installable MCP server
  • tests/conformance v0.0.1 — cross-implementation suite
  • docs/protocol/v0.1.md — public wire spec
  • decisions/ — 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-server zero-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

Track Mneme

Get notified when new releases ship.

Sign up free

About Mneme

All releases →

Beta — feedback welcome: [email protected]