Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Local-first, formally verified memory for AI agents β one shared store, every client, over MCP.
Your agents rent their intelligence from a lab; their memory should be yours.
Mnema is a single, durable store of what your agents have learned β consult it
before you act, learn a durable fact, walk the related graph, list what's
recent. Data lives in ~/.mnema on your machine and nothing leaves it unless you
point it somewhere.
~/.mnema. No cloud,
no account.This repository hosts the public release bundles (
.mcpb) and prebuilt binaries. The product, docs, and downloads live at mnema.zimac.ai.
Mnema is published to the official MCP Registry
as ai.zimac/mnema. Any registry-aware client can install it by name; it
pulls the platform .mcpb bundle from this repo's releases and verifies its
fileSha256.
.mcpb bundle (manual)Grab the bundle for your platform from the latest release and open it with an MCP-bundle-aware client (e.g. Claude Desktop β Extensions):
| Platform | Asset |
|---|---|
| macOS (universal) | mnema-<version>-macos-universal.mcpb |
| Linux (x86_64) | mnema-<version>-linux-x86_64.mcpb |
A .mcpb is a ZIP of a manifest.json, the mnema binary, and this README.
Each is dry-run verified (the bundled binary completes an MCP initialize
handshake) before release.
curl | sh)For agents, scripts, and CI β installs the standalone mnema binary:
(macOS universal + Linux x86_64 prebuilt; anything else builds from source. The macOS GUI app is a separate download at mnema.zimac.ai.)
That's the whole setup: mnema mcp auto-starts the shared local store if it
isn't running, and the session gets four tools β consult (search before you
act), learn (record a durable fact), related (graph neighbours), list
(browse). Any MCP client works; the generic config is:
The same binary bridges to a remote Mnema (a token-protected mnema serve or a
hosted learnings pod) instead of the local one:
With a non-loopback URL nothing is auto-started β it's a pure authenticated bridge.
| Env | Default | What |
|---|---|---|
MNEMA_DATA_DIR | ~/.mnema | Where the store lives |
MNEMA_URL | http://127.0.0.1:7077 | Store the CLI/MCP bridge targets |
MNEMA_TOKEN | β | Bearer credential for a remote store |
ai.zimac/mnema on https://registry.modelcontextprotocol.io.mcpb + binaries): https://github.com/Zimac-AI/mnema/releasesMnema is a Zimac project.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mnema)<a href="https://allmcps.com/mcp/mnema"><img src="https://allmcps.com/api/badge/mnema?style=directory" alt="Mnema on AllMCPs" /></a>