HomeDevelopment › ejentum-mcp

ejentum-mcp

Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp

TypeScript Local Remote
★ 16 stars Last pushed 2026-06-11 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.ejentum.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ejentum-mcp https://api.ejentum.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "ejentum-mcp": {
      "url": "https://api.ejentum.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token with EJENTUM_API_KEY. Get one at https://ejentum.com/pricing (30-day free trial; Go or Super tier required for adaptive tools).

Package (npm 0.2.2)

npx -y ejentum-mcp@0.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "ejentum-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ejentum-mcp@0.2.2"
      ],
      "env": {
        "EJENTUM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • EJENTUM_API_KEY required secret — Ejentum API key. Get one at https://ejentum.com/pricing (30-day free trial; Go or Super tier required for adaptive tools).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry