mcpbeat Sign in

Memstack MCP Server

local only

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

MCP server for persistent, searchable memory for AI agents.

Installs per day peak 38 · avg 4 · -9% w/w
a month agotoday
49
Installs / week
npm · @memstack/mcp
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Memstack

same job, measured the same way
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

57 installs/wk answering
MCP Memory
by infoinlet-marketplace

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

20 installs/wk local only
MCP External Memory
by daedalus

An MCP server that gives LLMs persistent, searchable semantic memory

80 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

27 installs/wk local only
Enquire MCP
by oomkapwn

Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.

477 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

19 installs/wk local only
Engram
by debragail

Persistent memory for AI agents — verbatim conversations, searchable by meaning.

answering
Vibo Memory
by vnbochkarev-netizen

Memory for AI agents: persistent L1/L2/L3, web-search savings, thread memory.

48 installs/wk local only

Memstack — questions

Answers built from our own checks of this server.

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