Add ejentum-mcp under AI Alignment#30
Conversation
…ve integrations Signed-off-by: Ejentum <info@ejentum.com>
|
Refreshed the entry in the same branch (commit just pushed) with:
Happy to relocate to the Safety section instead of AI Alignment if that's a better fit (the |
Adds ejentum-mcp under AI Alignment, alphabetically after the existing
Circuit Breakersentry.Why I think it fits the section. Circuit Breakers is a runtime steering technique that intervenes in model behavior to prevent unsafe outputs. The ejentum-mcp anti-deception harness is the same architectural shape (runtime intervention) targeting a different failure mode: sycophancy, validation pressure, authority-appeal compliance, and hallucination drift instead of jailbreaks. Both are pre-generation interventions, not post-hoc filters. The section currently has only one entry; ours expands the runtime-steering tooling cluster.
What it is. MCP server (npm
ejentum-mcp, MIT, free tier 100 calls) exposing four cognitive harness tools (harness_reasoning,harness_code,harness_anti_deception,harness_memory). Each call returns a structured cognitive scaffold the model ingests before generation: a named failure pattern, an executable procedure, suppression vectors that block the obvious shortcut, and a falsification test for self-verification. The anti-deception harness is the directly alignment-relevant component; the entry frames around that even though the project includes three other modes.Format. Matched the existing Tools section style (
[Name](url) \Lang` - description (Website)`) — I noticed the section uses both terse and elaborate entries depending on the project's surface; opted for elaborate since AI Alignment is a thin section and a one-line description helps readers decide if it fits their use.Repo: MIT licensed, single repo containing the MCP server plus four SKILL.md files in
/skills/, editor adapters in/editors/(Cursor/Windsurf/Cline), and an Anthropic Claude Code plugin manifest. Install: stdio vianpx -y ejentum-mcp, or hosted HTTPS athttps://api.ejentum.com/mcp(Bearer auth viaEJENTUM_API_KEY, free tier 100 calls).Maintainer is me; happy to address review feedback.