Skip to content
Windsurf

SelfHeal MCP for Windsurf

io.github.carsonroell-debug/selfheal-mcp

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

client:Windsurf transport:stdio runtime:npm

Install SelfHeal MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

SelfHeal MCP in other clients