mcpbeat Sign in

Memory MCP Server

local only

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

MCP server for AI memory management using Letta - Standard MCP format

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

Installs per day peak 24 · avg 9 · +167% w/w
a month agotoday
77
Installs / week
npm · @letta-ai/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-mcp -- npx -y @letta-ai/memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memory-mcp": {
      "args": [
        "-y",
        "@letta-ai/memory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memory-mcp]
command = "npx"
args = ["-y", "@letta-ai/memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "memory-mcp": {
      "args": [
        "-y",
        "@letta-ai/memory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memory-mcp": {
      "args": [
        "-y",
        "@letta-ai/memory-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LETTA_API_KEY (Letta API key for memory operations), LETTA_USER_ID (Unique user identifier for associated memories). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memory MCP

same job, measured the same way
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

524 installs/wk answering
MCP Server Tempmail
by selenium39

MCP server for temporary email management using ChatTempMail API

59 installs/wk local only
Inventory Management AI MCP
by csoai-org

Inventory Management Ai MCP Server by MEOK AI Labs

215 installs/wk local only
Fizzy
by davegomez

MCP server for Fizzy task management

39 installs/wk local only
Hr Management AI MCP
by csoai-org

Hr Management Ai MCP Server by MEOK AI Labs

179 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Project Management AI MCP
by csoai-org

Project Management Ai MCP Server by MEOK AI Labs

197 installs/wk local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only

Memory MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Memory MCP?
Memory 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 @letta-ai/memory-mcp was installed 77 times last week.
Is Memory MCP 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 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 @letta-ai/memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Memory MCP?
The npm package @letta-ai/memory-mcp was installed 77 times in the last week. Week over week that is +167%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.