ejentum-mcp
MCP server that improves LLM reasoning on complex, multi-step, or multi-constraint tasks. Before the agent generates, it calls one of eight tools to retrieve a cognitive operation: a structured procedure (numbered steps with the failure pattern to refuse and a falsification test) paired with an executable reasoning topology (a DAG of those steps with decision gates, parallel branches, bounded loops, meta-cognitive exits, and escape paths). The agent reads both layers before producing its response.
Eight tools split into two retrieval modes:
- Dynamic (4 tools:
reasoning,code,anti-deception,memory): the top-1 abstract operation from a library of 679, selected by semantic match on thequerystring. Available on all tiers including the 30-day free trial. - Adaptive (4 tools:
adaptive-reasoning,adaptive-code,adaptive-anti-deception,adaptive-memory): the same retrieval pool, but an adapter LLM rewrites every step and DAG node in the matched operation with task-specific identifiers (e.g.,extract_duration_estimatesbecomesextract_migration_duration_estimates(DDL_time|backfill_time|trigger_overhead|lock_hold_time)). Adds ~2-3 s of latency; requires the Go or Super tier.






