mcpbeat Sign in

MCP Memory Gateway MCP Server

local only

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

Pre-action gates that block AI agents from repeating known mistakes.

Installs per day peak 36 · avg 16 · +14% w/w
a month agotoday
174
Installs / week
npm · mcp-memory-gateway
26
Stars
4 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call export_databricks_bundle.outputPath → adapters/mcp/server-stdio.js:724, export_databricks_bundle.outputPath → adapters/mcp/server-stdio.js:716
    fs.writeFileSync(outputPath, result.jsonl);
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.

Package points at a different repository igorganapolsky/mcp-memory-gateway
пакет mcp-memory-gateway ссылается на igorganapolsky/thumbgate

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to MCP Memory Gateway

same job, measured the same way
ThumbGate
by igorganapolsky

Pre-action gates that block AI agents from repeating known mistakes.

724 installs/wk local only
Neural Memory
by nhadaututtheky

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

47 installs/wk local only
Cyphrex
by getcyphrex

Blockchain SSN for AI agents. MCP gateway that blocks at the point of action, tamper evident audit.

9 tools answering
Kernal MCP
by pintomatic

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

33 installs/wk local only
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
Rlhf Feedback Loop
by igorganapolsky

RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO.

101 installs/wk local only
C
Agent Gate
by forgeorbital

Local mandate gate and proof trail for AI agents that take consequential actions.

142 installs/wk local only
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

221 installs/wk local only

MCP Memory Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Memory Gateway?
MCP Memory Gateway 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 mcp-memory-gateway was installed 174 times last week.
How do I connect MCP Memory Gateway?
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 mcp-memory-gateway straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Memory Gateway?
The npm package mcp-memory-gateway was installed 174 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 MCP Memory Gateway open source?
Yes — it is published under the MIT licence, written in JavaScript, 26 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.