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).
Run
npx -y effectfence
MCP client config
{
"mcpServers": {
"effectfence": {
"command": "npx",
"args": [
"-y",
"effectfence"
]
}
}
}Distributed via cargo as `effectfence`.