Skip to content
Windsurf

EffectFence for Windsurf

io.github.aurumflux20/effectfence

Stops agents double-firing side effects: 1,000 racing duplicates, exactly one execution.

client:Windsurf transport:stdio runtime:npm

Install EffectFence in Windsurf

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

{
  "mcpServers": {
    "effectfence": {
      "command": "npx",
      "args": [
        "-y",
        "effectfence"
      ]
    }
  }
}

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

EffectFence in other clients