← Back to browse

SelfHeal MCP

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSELFHEAL_CONFIG SELFHEAL_MAX_RETRIES SELFHEAL_CIRCUIT_THRESHOLD
Claude Code
claude mcp add --env SELFHEAL_CONFIG= --env SELFHEAL_MAX_RETRIES= --env SELFHEAL_CIRCUIT_THRESHOLD= selfheal-mcp -- npx selfheal-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"selfheal-mcp","command":"npx","args":["selfheal-mcp"],"env":{"SELFHEAL_CONFIG":"","SELFHEAL_MAX_RETRIES":"","SELFHEAL_CIRCUIT_THRESHOLD":""}}'
JSON
{
  "mcpServers": {
    "selfheal-mcp": {
      "command": "npx",
      "args": [
        "selfheal-mcp"
      ],
      "env": {
        "SELFHEAL_CONFIG": "",
        "SELFHEAL_MAX_RETRIES": "",
        "SELFHEAL_CIRCUIT_THRESHOLD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.