Catalog
Ejentum MCP
Officialby ejentum · JavaScript
Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp
Provides reasoning, code generation, deception detection, and memory tools for AI systems.
Topics
agentic-aianthropicclaudemcpmodel-context-protocolreasoning-harnessanti-deceptionejentumai-reliabilitycode-reviewllm-toolsmcp-servertypescriptcognitive-scaffold
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
EJENTUM_API_KEYrequiredsecretEjentum API key. Get one at https://ejentum.com/pricing (30-day free trial; Go or Super tier required for adaptive tools).
claude_desktop_config.json
{
"mcpServers": {
"ejentum-mcp": {
"command": "npx",
"args": [
"-y",
"ejentum-mcp@0.2.2"
],
"env": {
"EJENTUM_API_KEY": "<YOUR_EJENTUM_API_KEY>"
}
}
}
}