mcpbeat Sign in

Mismem MCP Server

by lucasmella-stack Your server? Claim it
local only

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

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

Installs per day peak 13 · avg 6 · +33% w/w
a month agotoday
32
Installs / week
npm · @lucasmella/mismem
3
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: MISMEM_DB (Absolute path to the SQLite database (default: ~/.mismem/mem.db)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mismem

same job, measured the same way
Memex
by pragneshbagary

Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.

147 installs/wk local only
Mindpm
by umitkavala

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

169 installs/wk local only
Mnemon MCP
by nikitacometa

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

54 installs/wk local only
Memory MCP Server
by j0hanz

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

54 installs/wk local only
Engram
by hbarefoot

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

82 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
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

Mismem — questions

Answers built from our own checks of this server.

Why is there no uptime for Mismem?
Mismem 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 @lucasmella/mismem was installed 32 times last week.
How do I connect Mismem?
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 @lucasmella/mismem straight from npm; nothing to host, nothing to sign up for.
How many people use Mismem?
The npm package @lucasmella/mismem was installed 32 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 Mismem 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.