From 77656f51f00e1c979ec89f79ecd04f7022e457eb Mon Sep 17 00:00:00 2001 From: Frank Luci Date: Sun, 10 May 2026 18:28:09 +0300 Subject: [PATCH 1/3] docs: add ejentum-mcp to plugins --- data/plugins/ejentum-mcp.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/plugins/ejentum-mcp.yaml diff --git a/data/plugins/ejentum-mcp.yaml b/data/plugins/ejentum-mcp.yaml new file mode 100644 index 0000000..2d604e6 --- /dev/null +++ b/data/plugins/ejentum-mcp.yaml @@ -0,0 +1,5 @@ +name: Ejentum Reasoning Harness +repo: https://github.com/ejentum/ejentum-mcp +tagline: Cognitive scaffolds (reasoning, code, anti-deception, memory) injected before generation +description: MCP server exposing four cognitive harness tools. Each call returns an engineered scaffold (named failure pattern, executable procedure, suppression vectors that block the obvious shortcut, falsification test for self-verification) the agent ingests before generating, addressing attention decay, sycophantic collapse, and hallucination drift. Free tier 100 calls, no card. MIT. +homepage: https://ejentum.com From 5d973abf56f011884173fa2e8f3e32af4882b003 Mon Sep 17 00:00:00 2001 From: Frank Luci Date: Mon, 11 May 2026 00:22:10 +0300 Subject: [PATCH 2/3] docs: clarify harness is callable on demand, not auto-injected --- data/plugins/ejentum-mcp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/plugins/ejentum-mcp.yaml b/data/plugins/ejentum-mcp.yaml index 2d604e6..0beda51 100644 --- a/data/plugins/ejentum-mcp.yaml +++ b/data/plugins/ejentum-mcp.yaml @@ -1,5 +1,5 @@ name: Ejentum Reasoning Harness repo: https://github.com/ejentum/ejentum-mcp -tagline: Cognitive scaffolds (reasoning, code, anti-deception, memory) injected before generation -description: MCP server exposing four cognitive harness tools. Each call returns an engineered scaffold (named failure pattern, executable procedure, suppression vectors that block the obvious shortcut, falsification test for self-verification) the agent ingests before generating, addressing attention decay, sycophantic collapse, and hallucination drift. Free tier 100 calls, no card. MIT. +tagline: Four cognitive scaffold tools (reasoning, code, anti-deception, memory) the agent can call on demand +description: MCP server exposing four cognitive harness tools the agent can call when the task matches. Each call returns an engineered scaffold (named failure pattern, executable procedure, suppression vectors that block the obvious shortcut, falsification test for self-verification) the agent ingests before responding, addressing attention decay, sycophantic collapse, and hallucination drift. The harness is invoked on demand, not auto-run on every turn. Free tier 100 calls, no card. MIT. homepage: https://ejentum.com From d26f1b5ad48d904a5f7037d2fff99bb0305aca9d Mon Sep 17 00:00:00 2001 From: Frank Luci Date: Wed, 13 May 2026 16:54:49 +0300 Subject: [PATCH 3/3] Trim entry to neutral mode-listing per repo conventions Co-Authored-By: Claude Opus 4.7 (1M context) --- data/plugins/ejentum-mcp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/plugins/ejentum-mcp.yaml b/data/plugins/ejentum-mcp.yaml index 0beda51..9d47522 100644 --- a/data/plugins/ejentum-mcp.yaml +++ b/data/plugins/ejentum-mcp.yaml @@ -1,5 +1,5 @@ -name: Ejentum Reasoning Harness +name: Ejentum repo: https://github.com/ejentum/ejentum-mcp -tagline: Four cognitive scaffold tools (reasoning, code, anti-deception, memory) the agent can call on demand -description: MCP server exposing four cognitive harness tools the agent can call when the task matches. Each call returns an engineered scaffold (named failure pattern, executable procedure, suppression vectors that block the obvious shortcut, falsification test for self-verification) the agent ingests before responding, addressing attention decay, sycophantic collapse, and hallucination drift. The harness is invoked on demand, not auto-run on every turn. Free tier 100 calls, no card. MIT. +tagline: MCP server with reasoning, code, anti-deception, and memory tools for AI agents +description: MCP server with four tools (harness_reasoning, harness_code, harness_anti_deception, harness_memory) that AI agents can call on demand. Each tool returns a structured prompt the calling agent ingests before generating. homepage: https://ejentum.com