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).
Run
npx -y holomime
MCP client config
{
"mcpServers": {
"holomime": {
"command": "npx",
"args": [
"-y",
"holomime"
]
}
}
}