Odel
EffectFence

EffectFence

Local
@aurumflux20RustMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmeffectfencev0.1.6

Run

npx -y effectfence

MCP client config

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

Distributed via cargo as `effectfence`.