mcpbeat Sign in

Memory Pulse MCP Server

local only

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

Corrections that outlive the session. A guard blocks the edit that writes the old value back.

Installs per day peak 261 · avg 8
a month agotoday
325
Installs / week
npm · memory-pulse
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: MEMORY_PULSE_KEY (License key (optional; free tier without one)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memory Pulse

same job, measured the same way
Credence — Epistemic Guard
by lakshmi-chakradhar-vijayarao

Epistemic guard for AI coding: tracks uncertain values and blocks writes until verified.

116 installs/wk local only
getMe MCP Server
by aatirnadim

An MCP server that exposes getMe key-value operations as MCP tools

204 installs/wk local only
Fhirhydrant
by faulkj

FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.

148 installs/wk local only
WPGuard MCP
by cgallic

WordPress edit previews, scoped correction checks, and change records for trusted operators.

local only
Silica Core
by kiycoh

Retrieval over the folder the session opened: files, search, read, code_pack, write_note.

local only
Claude Wrap MCP
by alex-kaff

MCP server that spawns and drives Claude Code sessions via claude-wrap.

72 installs/wk local only
Idle9
by idle9

A persistent Linux computer for your AI: what it installs and writes survives the session.

answering
Computer MCP
by agent360dk

macOS computer use with the guardrails on: passwords blacked out, writes need consent, all logged.

local only

Memory Pulse — questions

Answers built from our own checks of this server.

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