mcpbeat Sign in

Memory MCP Lite MCP Server

local only

Memory MCP Lite runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 19 Apr 2026.

A lightweight, structured, token-efficient local-first MCP memory server

Installs per day peak 73 · avg 12 · -75% w/w
a month agotoday
61
Installs / week
npm · memory-mcp-lite
4
Stars
0 open issues
19 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Memory MCP Lite

same job, measured the same way
Devrag
by tomohiro-owada

Lightweight local RAG MCP server. 40x token reduction.

local only
Make
by dave-london

MCP server for Make/Just task runners with structured, token-efficient output

local only
HTTP
by dave-london

MCP server for HTTP requests (curl) with structured, token-efficient output

local only
Search
by dave-london

MCP server for code search (ripgrep + fd) with structured, token-efficient output

138 installs/wk local only
Github
by dave-london

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

local only
I
Stata MCP Server
by tmonk

A lightweight MCP server for Stata.

1 804 installs/wk local only
Monet
by team-monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

107 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only

Memory MCP Lite — questions

Answers built from our own checks of this server.

Why is there no uptime for Memory MCP Lite?
Memory MCP Lite 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 memory-mcp-lite was installed 61 times last week.
How do I connect Memory MCP Lite?
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 memory-mcp-lite straight from npm; nothing to host, nothing to sign up for.
How many people use Memory MCP Lite?
The npm package memory-mcp-lite was installed 61 times in the last week. Week over week that is -75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memory MCP Lite open source?
We cannot say either way: written in TypeScript and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.