From 6d85790b13e2d701f7a70c15495b1994f06bf313 Mon Sep 17 00:00:00 2001
From: aurumflux20 <258769813+aurumflux20@users.noreply.github.com>
Date: Tue, 4 Aug 2026 15:10:14 -0700
Subject: [PATCH 1/4] =?UTF-8?q?Add=20effectfence=20=E2=80=94=20causal=20ef?=
=?UTF-8?q?fect=20fence=20for=20agent=20tool=20calls=20(Rust)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 67370cd77..d56146464 100644
--- a/README.md
+++ b/README.md
@@ -1054,6 +1054,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 Developer Tools
+- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) [](https://glama.ai/mcp/servers/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `cargo install effectfence`.
- [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp`
- [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp`
- [scarletkc/vexor](https://github.com/scarletkc/vexor) [](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.
From 2d0abb0af1023463d3cb210af58de59958d86225 Mon Sep 17 00:00:00 2001
From: aurumflux20 <258769813+aurumflux20@users.noreply.github.com>
Date: Tue, 4 Aug 2026 20:19:27 -0700
Subject: [PATCH 2/4] Remove Glama badge (server not yet evaluated -- badge
would 404)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d56146464..ba170b44a 100644
--- a/README.md
+++ b/README.md
@@ -1054,7 +1054,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 Developer Tools
-- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) [](https://glama.ai/mcp/servers/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `cargo install effectfence`.
+- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `cargo install effectfence`.
- [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp`
- [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp`
- [scarletkc/vexor](https://github.com/scarletkc/vexor) [](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.
From 1963c84ea12894d5aa975c23c23d9608d4d351bc Mon Sep 17 00:00:00 2001
From: aurumflux20 <258769813+aurumflux20@users.noreply.github.com>
Date: Tue, 4 Aug 2026 21:16:25 -0700
Subject: [PATCH 3/4] Add Glama score badge (server now evaluated, badge
resolves)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ba170b44a..d56146464 100644
--- a/README.md
+++ b/README.md
@@ -1054,7 +1054,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 Developer Tools
-- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `cargo install effectfence`.
+- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) [](https://glama.ai/mcp/servers/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `cargo install effectfence`.
- [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp`
- [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp`
- [scarletkc/vexor](https://github.com/scarletkc/vexor) [](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.
From 1d360a71e468c811062e777826d2bf1f93920dde Mon Sep 17 00:00:00 2001
From: aurumflux20
Date: Sat, 8 Aug 2026 00:29:50 -0700
Subject: [PATCH 4/4] effectfence: offer npx, no Rust toolchain needed
Published prebuilt binaries for macOS (Apple silicon), Windows x64 and Linux
(x64, arm64), each built on its native runner and made to answer an MCP
initialize on that platform before release. The entry now leads with
`npx -y effectfence`, matching the convention of neighbouring entries, with
cargo kept as the alternative.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d56146464..ef0294927 100644
--- a/README.md
+++ b/README.md
@@ -1054,7 +1054,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 Developer Tools
-- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) [](https://glama.ai/mcp/servers/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `cargo install effectfence`.
+- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) [](https://glama.ai/mcp/servers/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `npx -y effectfence` (prebuilt binaries for macOS, Windows and Linux — no Rust toolchain) or `cargo install effectfence`.
- [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp`
- [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp`
- [scarletkc/vexor](https://github.com/scarletkc/vexor) [](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.