mcpbeat Sign in

Memory MCP Server

local only

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

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

Installs per day peak 21 · avg 6 · +195% w/w
a month agotoday
54
Installs / week
npm · @j0hanz/memory-mcp
0
Stars
0 open issues
1 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Memory MCP Server

same job, measured the same way
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

35 installs/wk local only
dark-memory-mcp
by opita-code

Persistent memory + vibe-loop engine for AI agents. Single Go binary, SQLite-backed, stdio MCP.

119 installs/wk local only
Engram Server
by jamjet-labs

Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.

local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
Mismem
by lucasmella-stack

Cooperative persistent memory for LLMs: episodes, memories and traits over SQLite (FTS5, Hebbian)

32 installs/wk local only
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
hmem — Humanlike Memory for AI Agents
by bumblebiber

Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.

207 installs/wk local only

Memory MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Memory MCP Server?
Memory MCP Server 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 @j0hanz/memory-mcp was installed 54 times last week.
How do I connect Memory MCP Server?
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 @j0hanz/memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Memory MCP Server?
The npm package @j0hanz/memory-mcp was installed 54 times in the last week. Week over week that is +195%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memory MCP Server open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.