mcpbeat Sign in

Memory MCP Server

by velixarai Your server? Claim it
local only

Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 146 installs a week from npm. Last commit 7 Sep 2026.

Persistent memory for AI assistants. Store, search, and recall across sessions.

Installs per day peak 723 · avg 119 · +155% w/w
a month agotoday
146
Installs / week
npm · velixar-mcp-server
1
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: VELIXAR_API_KEY (Your Velixar API key (get one free at velixarai.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memory

same job, measured the same way
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

71 installs/wk local only
Memphora
by memphora

Add persistent memory to AI assistants. Store and recall info across conversations.

109 installs/wk local only
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

110 installs/wk local only
WorkingMemory
by workingmemory

Persistent personal memory for AI assistants — save, search, and recall across every MCP client.

4 tools answering
D
AI Cortex Storage
by aic0rt3x-memory

Persistent cloud memory for AI agents. Store and search key-value memories across sessions.

15 tools answering
Brains
by spacecowboyian

Personal wiki and memory for AI assistants: store, search, and recall structured notes.

1 923 installs/wk local only
MCP Memory
by infoinlet-marketplace

Persistent searchable memory for AI agents — save/get/search across sessions, tags.

28 installs/wk local only

Memory — questions

Answers built from our own checks of this server.

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