Skip to content
VS Code

EffectFence for VS Code

io.github.aurumflux20/effectfence

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

client:VS Code transport:stdio runtime:npm

Install EffectFence in VS Code

.vscode/mcp.json

{
  "servers": {
    "effectfence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "effectfence"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

EffectFence in other clients