mcpbeat Sign in

SelfHeal MCP Server

local only

SelfHeal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 6 Apr 2026.

Self-healing proxy for MCP servers with retry, circuit breaker, and observability

Installs per day peak 23 · avg 7 · -11% w/w
a month agotoday
31
Installs / week
npm · selfheal-mcp
0
Stars
0 open issues
6 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: SELFHEAL_CONFIG (Path to selfheal.config.json (optional, defaults to cwd)), SELFHEAL_MAX_RETRIES (Max retry attempts per call (default: 3)), SELFHEAL_CIRCUIT_THRESHOLD (Failures before circuit opens (default: 5)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SelfHeal MCP

same job, measured the same way
MCP Ts Template
by cyanheads

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

148 installs/wk local only
MCP Observability Server
by gagandeeppra

MCP server for querying logs from observability platforms with unified search and tracing

76 installs/wk local only
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

59 installs/wk local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

34 installs/wk local only
I
SteadyFetch
by carsonroell-debug

Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass

35 installs/wk 5 tools answering
MCPower Security Proxy
by ai-mcpower

Security proxy that wraps MCP servers with real-time monitoring and policy enforcement

301 installs/wk local only
Ryter Pro
by apiihub33-cyber

MCP server for humanizing and rewriting text with the Ryter Pro API.

39 installs/wk local only
Monitor
by betterdb-inc

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

92 installs/wk local only

SelfHeal MCP — questions

Answers built from our own checks of this server.

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