mneme · genesis Stryx Labs
01 06 — Install
//01Install · one command

One line.
Any platform.

Native macOS, Linux, Windows. Every install downloads directly from dist.stryxlabs.com, verifies SHA-256, and registers the MCP server. No admin needed. Everything runs on your laptop.

//02macOS · Apple Silicon · x86_64

Apple Silicon.
One line.

Auto-detects arm64 / x86_64. SHA-256 verified. Installs to ~/.mneme/bin/mneme and adds it to your PATH.

macOS · arm64 / x86_64
$ curl -fsSL https://mneme.stryxlabs.com/install.sh | bash
Restart Claude Code afterward. Verify with mneme doctor.
//03Linux · x86_64 · ARM64

glibc. musl.
Either way.

Auto-detects libc and architecture. Optional systemd auto-start via the mneme service install --user command.

Linux · x86_64 / ARM64
$ curl -fsSL https://mneme.stryxlabs.com/install.sh | bash
Optional auto-start on login: mneme service install --user && systemctl --user enable --now mneme
//04Windows · PowerShell

One line.
No admin.

No-admin PowerShell bootstrap. Auto-detects x86_64 / ARM64. Installs to %USERPROFILE%\.mneme and adds it to your user PATH.

PowerShell · any Windows 10/11
PS> irm https://mneme.stryxlabs.com/install.ps1 | iex
If script blocked: Set-ExecutionPolicy -Scope CurrentUser RemoteSigned first.
//06MCP hosts · 19+ AI tools wired

Plug into
any client.

Mneme exposes 49 MCP tools over stdio. Every modern AI coding host speaks MCP. Drop the binary path into your client's config and restart.

Claude Code

CLI · MCP-native

Auto-detected on install. Restart Claude Code — Mneme appears under MCP servers. Or run claude mcp add mneme.

Cursor

IDE · MCP-native

Settings → MCP → Add server. Command: mneme mcp.

Claude Desktop

GUI

Settings → Developer → Edit Config. Drop the JSON snippet for mneme mcp, restart.

Codex · Windsurf · Zed

MCP-aware editors

Each speaks MCP. Add Mneme as a stdio server pointed at the mneme binary.

Gemini · Qwen

CLI agents

Use their MCP server config. 19+ AI tools wired out of the box.

Custom SDK

Any MCP client

Mneme is a standard MCP stdio server. Works with whichever client SDK you use.

//07Verify · doctor · troubleshoot

Confirm
it's alive.

Three commands. Twenty seconds. You know everything is wired before you ask Claude its first question.

i · version

mneme --version — prints the build. If "command not found", open a new shell.

ii · health

mneme doctor — checks daemon, store, embeddings, 49/49 tools registered.

iii · index

cd ~/your-project && mneme build — first-time graph build. Sub-second incremental after that.

If something misbehaves

mneme doctor --verbose + ~/.mneme/logs/daemon.log. Email us with the output — we answer personally.