mcpbeat Sign in

Memento MCP Server

by runmemento Your server? Claim it
local only

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

Local-first, LLM-agnostic memory layer for AI assistants.

Installs per day peak 57 · avg 21 · +78% w/w
a month agotoday
142
Installs / week
npm · @psraghuveer/memento
24
Stars
0 open issues
17 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node ./scripts/postinstall.mjs
Builds a file path from a variable packages/cli/src/lifecycle/doctor.ts:303
    const flat = path.join(dir, 'node_modules', pkgName);
Runs an external command packages/cli/src/lifecycle/ping.ts:59
  const child = spawn(argv0, [binPath, 'serve'], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 memento -- npx -y @psraghuveer/memento
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memento": {
      "args": [
        "-y",
        "@psraghuveer/memento"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memento]
command = "npx"
args = ["-y", "@psraghuveer/memento"]
.cursor/mcp.json
{
  "mcpServers": {
    "memento": {
      "args": [
        "-y",
        "@psraghuveer/memento"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memento": {
      "args": [
        "-y",
        "@psraghuveer/memento"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MEMENTO_DB (Absolute path to the SQLite database file. Defaults to $XDG_DATA_HOME/memento/memento.db (typically ~/.local/share/memento/memento.db on POSIX).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memento

same job, measured the same way
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
kg
by nnar1o

Local knowledge graph memory MCP server for AI assistants.

local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
Memory Fabric
by elvirafa

File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.

586 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only

Memento — questions

Answers built from our own checks of this server.

Why is there no uptime for Memento?
Memento 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 @psraghuveer/memento was installed 142 times last week.
How do I connect Memento?
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 @psraghuveer/memento straight from npm; nothing to host, nothing to sign up for.
How many people use Memento?
The npm package @psraghuveer/memento was installed 142 times in the last week. Week over week that is +78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memento open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 24 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.