Exposes the four Ejentum cognitive harnesses (reasoning, code, anti-deception, memory) as MCP tools any agentic client can call. Drop-in scaffolding that catches LLM failure modes like sycophancy, hallucination, and reasoning shortcuts.
Server Config
{
"mcpServers": {
"ejentum": {
"command": "npx",
"args": [
"-y",
"ejentum-mcp"
],
"env": {
"EJENTUM_API_KEY": "<your_ejentum_api_key>"
}
}
}
}