io.github.ejentum/ejentum-mcp✓
io.github.ejentum/ejentum-mcp · v0.1.8
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ejentum/ejentum-mcp",
"description": "Reasoning Harness for agentic AI: 4 tools inject NL procedures + executable reasoning topology DAGs.",
"repository": {
"url": "https://github.com/ejentum/ejentum-mcp",
"source": "github"
},
"version": "0.1.8",
"packages": [
{
"registryType": "npm",
"identifier": "ejentum-mcp",
"version": "0.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ejentum Logic API key. Get one at https://ejentum.com/pricing (free tier: 100 calls).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EJENTUM_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}