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.
We read the source, 19 h ago · rules 3dff92dd89df
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.
postinstall: node ./scripts/postinstall.mjs
const flat = path.join(dir, 'node_modules', pkgName);
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.
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.
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.
claude mcp add memento -- npx -y @psraghuveer/memento
{
"mcpServers": {
"memento": {
"args": [
"-y",
"@psraghuveer/memento"
],
"command": "npx"
}
}
}
[mcp_servers.memento]
command = "npx"
args = ["-y", "@psraghuveer/memento"]
{
"mcpServers": {
"memento": {
"args": [
"-y",
"@psraghuveer/memento"
],
"command": "npx"
}
}
}
{
"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.
Local-first persistent memory for AI coding agents.
Local knowledge graph memory MCP server for AI assistants.
Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.
Local-first, cross-harness memory for AI coding agents.
File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.
Local-first, governable long-term memory for AI coding agents
Answers built from our own checks of this server.