Releases: nbkdoesntknowcoding/mnema
Releases · nbkdoesntknowcoding/mnema
Release list
v0.1.0
[0.1.0] — 2026-07-07
First public snapshot of the Mnema open core. Summarizes the current state of
what this repository ships.
Added
- Docs workspace. Real-time collaborative editor (Hocuspocus/Yjs), folders,
and search over your documents. - Flows. Build step-by-step workflows and walk them via MCP; includes
capture steps (an agent writes a doc at walk-time) and per-run history. - MCP server. Read your context and propose/commit writes from any MCP-aware
client (Claude, ChatGPT, Cursor, Windsurf, Cline) over the Model Context
Protocol — no uploads or copy-paste. - Auth. Built-in email + password sign-in, or generic OIDC.
- Version history + document export, free with a community license.
- Developer platform. REST API + API keys to embed Mnema in your own app.
- Self-host. Single-command Docker Compose stack (postgres, redis, api,
collab, workers, web); idempotent migrations on first boot. - Community-health and compliance documentation:
SECURITY.md,
CODE_OF_CONDUCT.md,SUPPORT.md,MAINTAINERS.md,GOVERNANCE.md,
RELEASING.md, this changelog, and GitHub issue-form templates. - Dependabot configuration (npm, GitHub Actions, Docker) and hardened CI
workflows (least-privilegepermissions, actions pinned to commit SHAs).