← Index

SelfHeal MCP

io.github.carsonroell-debug/selfheal-mcp·v0.1.1·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "selfheal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "selfheal-mcp"
      ],
      "env": {
        "SELFHEAL_CONFIG": "<selfheal_config>",
        "SELFHEAL_MAX_RETRIES": "<selfheal_max_retries>",
        "SELFHEAL_CIRCUIT_THRESHOLD": "<selfheal_circuit_threshold>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "selfheal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "selfheal-mcp"
      ],
      "env": {
        "SELFHEAL_CONFIG": "<selfheal_config>",
        "SELFHEAL_MAX_RETRIES": "<selfheal_max_retries>",
        "SELFHEAL_CIRCUIT_THRESHOLD": "<selfheal_circuit_threshold>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y selfheal-mcp
§02  Environment variables
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)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other