mcpbeat Sign in

GoodMemory MCP Server

local only

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

Durable user/project memory for MCP clients: recall context and remember selected facts.

Installs per day peak 223 · avg 54 · +14% w/w
a month agotoday
336
Installs / week
npm · goodmemory
17
Stars
1 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
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.

A line of code looks encrypted src/language/english.ts:269
  `^(?:(?:${ENGLISH_INTERROGATIVE_ANCHOR_SOURCE})\\s+matters?|(?:${ENGLISH_INTERROGATIVE_ANCHOR_SOURCE})\\s+(?:i|we|you|he|she|it|they)\\s+[^?]+?|(?:what|who)\\s+\\p{L}+(?:s|ed)\\s+[^?]+?)\\s+(?:is|are|was|were|depends?|determines?|remains?|means?)\\s+[^?]+[.!]?$|^how\\s+[^?]+?\\…
  const child = Bun.spawn({
        "bodyBase64": "eyJvYmplY3QiOiJsaXN0IiwiZGF0YSI6W3sib2JqZWN0IjoiZW1iZWRkaW5nIiwiZW1iZWRkaW5nIjpbLTAuMDI3MDg0MzUwNTg1OTM3NSwtMC4wMDg0OTkxNDU1MDc4MTI1LDAuMDQwMzEzNzIwNzAzMTI1LC0wLjAxOTE0OTc4MDI3MzQzNzUsMC4wMTY0NDg5NzQ2MDkzNzUsLTAuMDAwNjM3MDU0NDQzMzU5Mzc1LDAuMDIzNjk2ODk5NDE0M…

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

Alternatives to GoodMemory

same job, measured the same way
ContextDB Memory
by mikhailbovt

Local-first durable AI memory with policy-bound recall and a typed project graph.

local only
Link
by gowtham0992

Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal.

231 installs/wk local only
mcp-context-card
by wolfe-jam

MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.

123 installs/wk local only
Synap Memory
by maximem

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

4 tools answering
FairMind Project Context
by fairmind

Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

answering
Workfile
by illodev

Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.

1 308 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
Context Keeper
by jarmstrong158

Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.

249 installs/wk local only

GoodMemory — questions

Answers built from our own checks of this server.

Why is there no uptime for GoodMemory?
GoodMemory 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 goodmemory was installed 336 times last week.
How do I connect GoodMemory?
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 goodmemory straight from npm; nothing to host, nothing to sign up for.
How many people use GoodMemory?
The npm package goodmemory was installed 336 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GoodMemory open source?
Yes — it is published under the MIT licence, written in TypeScript, 17 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.