Claude Code
Auto-detected on install. Restart Claude Code — Mneme appears under MCP servers. Or run claude mcp add mneme.
Auto-detects arm64 / x86_64. SHA-256 verified. Installs to
~/.mneme/bin/mneme and adds it to your PATH.
$ curl -fsSL https://mneme.stryxlabs.com/install.sh | bash
mneme doctor.
Auto-detects libc and architecture. Optional systemd auto-start via the
mneme service install --user command.
$ curl -fsSL https://mneme.stryxlabs.com/install.sh | bash
mneme service install --user && systemctl --user enable --now mneme
No-admin PowerShell bootstrap. Auto-detects x86_64 / ARM64.
Installs to %USERPROFILE%\.mneme and adds it to your user PATH.
PS> irm https://mneme.stryxlabs.com/install.ps1 | iex
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned first.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.
Auto-detected on install. Restart Claude Code — Mneme appears under MCP servers. Or run claude mcp add mneme.
Settings → MCP → Add server. Command: mneme mcp.
Settings → Developer → Edit Config. Drop the JSON snippet for mneme mcp, restart.
Each speaks MCP. Add Mneme as a stdio server pointed at the mneme binary.
Use their MCP server config. 19+ AI tools wired out of the box.
Mneme is a standard MCP stdio server. Works with whichever client SDK you use.
Three commands. Twenty seconds. You know everything is wired before you ask Claude its first question.
mneme --version — prints the build. If "command not found", open a new shell.
mneme doctor — checks daemon, store, embeddings, 49/49 tools registered.
cd ~/your-project && mneme build — first-time graph build. Sub-second incremental after that.
mneme doctor --verbose + ~/.mneme/logs/daemon.log. Email us with the output — we answer personally.