Odel
holomime

holomime

Local
@productstein1TypeScriptMITUpdated 5mo ago

Behavioral therapy for AI agents — self-diagnosis, alignment, and training via MCP

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmholomimev1.9.2

Run

npx -y holomime

MCP client config

{
  "mcpServers": {
    "holomime": {
      "command": "npx",
      "args": [
        "-y",
        "holomime"
      ]
    }
  }
}