mcpbeat Sign in

Memory MCP Server

by cortex-mem Your server? Claim it
local only

Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm.

Shared, persistent memory for AI agents — works with Claude, Kiro, Cursor, or any MCP client.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 24 · avg 6 · +9% w/w
a month agotoday
67
Installs / week
npm · cortex-memory-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

Alternatives to Memory

same job, measured the same way
Mifactory Agent Memory
by mifactory-bot

Persistent memory for AI agents across Claude, ChatGPT and any MCP client.

2 tools answering
A
Butlerbrain
by butlerbrain

Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.

answering
MemoryRouter
by memoryrouter

Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.

10 tools answering
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 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
Writespace MCP
by write-space

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

answering
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

111 installs/wk local only
JustOnce
by justonce

Persistent memory for AI assistants — one shared, OAuth-secured vault for every MCP client.

answering

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 cortex-memory-mcp was installed 67 times last week.
Is Memory still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
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 cortex-memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Memory?
The npm package cortex-memory-mcp was installed 67 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.