MCP Server
Active
MIT
io.github.ejentum/ejentum-mcp MCP Server
io.github.ejentum/ejentum-mcp
What is the io.github.ejentum/ejentum-mcp MCP server?
Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp
How to install io.github.ejentum/ejentum-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
EJENTUM_API_KEYrequiredsecretEjentum API key. Get one at https://ejentum.com/pricing (30-day free trial; Go or Super tier required for adaptive tools).
AuthorizationrequiredsecretBearer token with EJENTUM_API_KEY. Get one at https://ejentum.com/pricing (30-day free trial; Go or Super tier required for adaptive tools).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ejentum-mcp": {
"command": "npx",
"args": [
"-y",
"ejentum-mcp"
],
"env": {
"EJENTUM_API_KEY": "<YOUR_EJENTUM_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ejentum-mcp": {
"command": "npx",
"args": [
"-y",
"ejentum-mcp"
],
"env": {
"EJENTUM_API_KEY": "<YOUR_EJENTUM_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ejentum-mcp": {
"command": "npx",
"args": [
"-y",
"ejentum-mcp"
],
"env": {
"EJENTUM_API_KEY": "<YOUR_EJENTUM_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ejentum-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ejentum-mcp"
],
"env": {
"EJENTUM_API_KEY": "<YOUR_EJENTUM_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Claude Code
claude mcp add ejentum-mcp --env EJENTUM_API_KEY=<YOUR_EJENTUM_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y ejentum-mcpRelated MCP servers
Send a thought, get one metathought that makes your agent inspect its own assumptions. Keyless.
6
View repository →JavaScript
MIT