mcpbeat Sign in

Pmll Memory MCP Server

by drqedwards Your server? Claim it
local only

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

PMLL Memory MCP — persistent KV context memory and Q-promise deduplication.

Installs per day peak 24 · avg 7 · -15% w/w
a month agotoday
52
Installs / week
npm · pmll-memory-mcp
15
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return system(cmd.c_str());
Runs an external command Panda-lib/Pandas.py:81
    subprocess.check_call(
        local = os.path.join(self.cache_dir, fname)
Notebook runs shell commands notebooks/arc_agi3_agent.ipynb:1
…"code",\n   "execution_count": null,\n   "id": "c3d4e5f6",\n   "metadata": {},\n   "outputs": [],\n   "source": [\n    "!pip install --no-index --find-links \\n",\n    "    /kaggle/input/competitions/arc-prize-2026-arc-agi-3/arc_agi_3_wheels \\n",\n    "    arc-agi python-dotenv"…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Pmll Memory MCP

same job, measured the same way
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
MCP Memento
by annibale-x

An MCP server that provides persistent memory and context management across sessions

197 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
Nexus Catalyst
by nexus-catalyst

Cross-tool persistent memory and context for AI assistants over MCP.

answering
Openfuse MCP
by openfused

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

111 installs/wk local only
Clarik MCP Server
by mikerichardmail

Clarity and memory persistent workspace context manager for Claude.

36 installs/wk local only
BrainBrainBrains
by aiaiohhh

Persistent memory + context layer for AI dev teams. 17 tools via MCP.

28 installs/wk local only

Pmll Memory MCP — questions

Answers built from our own checks of this server.

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