|
| 1 | +{ |
| 2 | + "name": "ejentum-mcp", |
| 3 | + "type": "plugin", |
| 4 | + "version": "0.1.9", |
| 5 | + "description": "MCP server with reasoning, code, anti-deception, and memory harness tools for Codex", |
| 6 | + "author": { |
| 7 | + "name": "Ejentum", |
| 8 | + "url": "https://ejentum.com" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/ejentum/ejentum-mcp", |
| 11 | + "repository": "https://github.com/ejentum/ejentum-mcp", |
| 12 | + "license": "MIT", |
| 13 | + "keywords": [ |
| 14 | + "mcp", |
| 15 | + "codex", |
| 16 | + "reasoning", |
| 17 | + "code-review", |
| 18 | + "anti-deception", |
| 19 | + "memory", |
| 20 | + "agentic-ai" |
| 21 | + ], |
| 22 | + "mcpServers": "./.mcp.json", |
| 23 | + "interface": { |
| 24 | + "displayName": "Ejentum", |
| 25 | + "shortDescription": "Reasoning, code, anti-deception, and memory harness tools for Codex", |
| 26 | + "longDescription": "Exposes four MCP tools (harness_reasoning, harness_code, harness_anti_deception, harness_memory) via the Ejentum server. Codex calls a tool before generating; each returns a structured prompt that shapes reasoning around common failure modes (hallucinated APIs, false-confidence validation, sycophantic capitulation, cross-turn drift).", |
| 27 | + "developerName": "Ejentum", |
| 28 | + "category": "Development & Workflow", |
| 29 | + "capabilities": [ |
| 30 | + "Write", |
| 31 | + "Interactive" |
| 32 | + ], |
| 33 | + "websiteURL": "https://ejentum.com", |
| 34 | + "brandColor": "#FB1B27", |
| 35 | + "composerIcon": "./assets/icon.svg", |
| 36 | + "logo": "./assets/icon.svg", |
| 37 | + "defaultPrompt": [ |
| 38 | + "Call harness_reasoning before answering this analytical question.", |
| 39 | + "Call harness_code before refactoring or writing new code.", |
| 40 | + "Call harness_anti_deception when the request pressures honest assessment.", |
| 41 | + "Call harness_memory to sharpen an observation about session drift." |
| 42 | + ] |
| 43 | + } |
| 44 | +} |
0 commit comments