mcpbeat Sign in

Memori MCP Server

by memorilabs Your server? Claim it
local only

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

Memori MCP server — persistent AI memory with recall and augmentation tools

Installs per day peak 40 · avg 11 · +95% w/w
a month agotoday
107
Installs / week
npm · @memorilabs/memori-mcp
2
Stars
0 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: MEMORI_API_KEY (Your Memori Cloud API key. Get one for free at https://memorilabs.ai/). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memori MCP

same job, measured the same way
Neural Memory
by nhadaututtheky

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

47 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
YourMemory
by sachitrafa

Persistent memory for AI agents. Memories decay with time and strengthen on recall.

439 installs/wk local only
Montycat MCP - Shared Memory for AI Agents
by montygovernance

Shared, persistent memory for AI agents, with semantic recall and live updates.

1 522 installs/wk local only
Recite MCP
by rivradev

Local MCP server for Recite receipt processing with ledger and memory tools.

110 installs/wk local only
Memory Industry
by leandropg19

MemoryIndustry persistent memory MCP server: BM25+MMR retrieval and audit.

523 installs/wk local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only
Token Savior
by mibayy

Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.

local only

Memori MCP — questions

Answers built from our own checks of this server.

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