mcpbeat Sign in

Purmemo MCP Server

by purmemo-ai Your server? Claim it
local only

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

AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere.

Installs per day peak 357 · avg 45 · -88% w/w
a month agotoday
408
Installs / week
npm · purmemo-mcp
2
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 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.

Runs a command on install [пакет] package.json:1
postinstall: node -e "console.log('\\n🧠 pūrmemo MCP ready! Run: npx purmemo-mcp init\\n')"
Builds a file path from a variable src/setup.ts:262
    if (HOOK_SCRIPTS.every(f => fs.existsSync(path.join(HOOKS_DIR, f))) && hooksOutdated()) {
    root.innerHTML=html||'<div class="empty">No context available yet.</div>';
Reads files and sends them to the network src/setup.ts:1109
      for (const file of fs.readdirSync(cmdsSrc)) {

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

Alternatives to Purmemo

same job, measured the same way
TokenEyez
by reemedri

Track every AI token across Claude, ChatGPT, Gemini, Cursor, and Claude Code.

32 installs/wk local only
Claude Memory Manager
by nyxtoolsdev

Cross-session memory for Claude Code — context capture, semantic search, recall

80 installs/wk local only
WorkingMemory
by workingmemory

Persistent personal memory for AI assistants — save, search, and recall across every MCP client.

4 tools answering
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
Tabula
by nikhilbhima

Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.

answering
UltraMemory
by logiclabsai

One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client.

answering
Era Context
by era

Personal finance, bank account, and shared memory connector for Claude, ChatGPT, Gemini Spark & more

answering

Purmemo — questions

Answers built from our own checks of this server.

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