← Back to Plugins
MCP Server MCP

SelfHeal MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...