Home › Development › ejentum-mcp
ejentum-mcp
Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp
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>"
}
}
}
}
Authorizationrequired 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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"ejentum-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"EJENTUM_API_KEY": "<YOUR_VALUE>"
}
}
}
}
EJENTUM_API_KEYrequired 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
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry