Serversio.github.carsonroell-debug/selfheal-mcp
M

SelfHeal MCP

io.github.carsonroell-debug/selfheal-mcp · v0.1.1
▦ npm
v0.1.1npm npm: selfheal-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.carsonroell-debug/selfheal-mcp",
  "description": "Self-healing proxy for MCP servers with retry, circuit breaker, and observability",
  "title": "SelfHeal MCP",
  "repository": {
    "url": "https://github.com/carsonroell-debug/selfheal-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://freedomengineers.tech",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "selfheal-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to selfheal.config.json (optional, defaults to cwd)",
          "name": "SELFHEAL_CONFIG"
        },
        {
          "description": "Max retry attempts per call (default: 3)",
          "name": "SELFHEAL_MAX_RETRIES"
        },
        {
          "description": "Failures before circuit opens (default: 5)",
          "name": "SELFHEAL_CIRCUIT_THRESHOLD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}