mcpbeat Sign in

Operations Pulse MCP Server

local only

Operations Pulse runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 23 Aug 2026.

Local-first operational pulses, durable ticket memory, and governed connection discovery.

Installs per day peak 71 · avg 4
a month agotoday
135
Installs / week
npm · @openly-useful/operations-pulse-mcp
0
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Operations Pulse

same job, measured the same way
Memorix
by avids2

Local-first project memory with legacy MCP and 2026 discovery compatibility.

1 884 installs/wk local only
ContextDB Memory
by mikhailbovt

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

local only
D
Mnemolog MCP
by pages-mnemolog

Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.

answering
ChatCrystal
by zengliangyi

Local-first AI PKM memory for coding conversations.

121 installs/wk local only
Connect
by odei

Governed personal world model and memory for your AI agent. Pair once, connect over MCP.

7 tools answering
Banyan Memory
by labacacia

Persistent, governed local memory for MCP-compatible AI clients.

local only
ellmos Homebase
by ellmos-ai

Local-first LLM orchestration: memory, knowledge, state, routing, swarm, API discovery, plugins.

269 installs/wk local only
PLwC - Personality Layer with Conscience
by mhoedt-ai

Governed local MCP gateway for workspace, sandbox, document and profile operations.

local only

Operations Pulse — questions

Answers built from our own checks of this server.

Why is there no uptime for Operations Pulse?
Operations 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 @openly-useful/operations-pulse-mcp was installed 135 times last week.
How do I connect Operations 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 @openly-useful/operations-pulse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Operations Pulse?
The npm package @openly-useful/operations-pulse-mcp was installed 135 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 Operations 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.