Skip to content
Grok

EffectFence for Grok

io.github.aurumflux20/effectfence

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

client:Grok transport:stdio runtime:npm

Install EffectFence in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

EffectFence in other clients