mcpbeat Sign in

Mnemon MCP Server

by nikitacometa Your server? Claim it
local only

Mnemon MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 17 Jul 2026.

Persistent layered memory for AI agents. SQLite FTS5, fact versioning, zero-cloud.

Installs per day peak 28 · avg 8 · +33% w/w
a month agotoday
54
Installs / week
npm · mnemon-mcp
3
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mnemon MCP 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 mnemon-mcp -- npx -y mnemon-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mnemon-mcp": {
      "args": [
        "-y",
        "mnemon-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mnemon-mcp]
command = "npx"
args = ["-y", "mnemon-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mnemon-mcp": {
      "args": [
        "-y",
        "mnemon-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mnemon-mcp": {
      "args": [
        "-y",
        "mnemon-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MNEMON_DB_PATH (Path to SQLite database file (default: ~/.mnemon-mcp/memory.db)), MNEMON_EMBEDDING_PROVIDER (Embedding provider for vector search: 'openai' or 'ollama' (default: disabled)), MNEMON_EMBEDDING_API_KEY (API key for embedding provider (required for OpenAI)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mnemon MCP

same job, measured the same way
Total Recall
by bas-more

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

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

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

local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only
memo
by jagoff

Memory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud.

2 685 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.

126 installs/wk local only
Local Memory
by studiomeyer-io

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

70 installs/wk local only
LLM Kosh
by rastogivaibhav

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

85 installs/wk local only
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

54 installs/wk local only

Mnemon MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mnemon MCP?
Mnemon MCP 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 mnemon-mcp was installed 54 times last week.
How do I connect Mnemon MCP?
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 mnemon-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mnemon MCP?
The npm package mnemon-mcp was installed 54 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mnemon MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.