mcpbeat Sign in
I

Mneme Memory MCP Server

by modusensus Your server? Claim it
local only

Mneme Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Cross-session memory for AI coding agents via six tools; local-first SQLite store.

Installs / week
npm · mneme-memory
119
Stars
14 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Mneme Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mneme-memory -- npx -y mneme-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mneme-memory": {
      "args": [
        "-y",
        "mneme-memory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mneme-memory]
command = "npx"
args = ["-y", "mneme-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "mneme-memory": {
      "args": [
        "-y",
        "mneme-memory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mneme-memory": {
      "args": [
        "-y",
        "mneme-memory"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mneme Memory

same job, measured the same way
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

39 installs/wk local only
Total Recall
by bas-more

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

44 installs/wk local only
Total Recall
by avi-bendetsky

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

299 installs/wk local only
Tdai Memory MCP
by tinhien11

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

70 installs/wk local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

104 installs/wk local only
memex
by kioie

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

local only

Mneme Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Mneme Memory?
Mneme Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mneme-memory.
How do I connect Mneme Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mneme-memory straight from npm; nothing to host, nothing to sign up for.
Is Mneme Memory open source?
Yes — it is published under the MIT licence, written in JavaScript, 119 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.