holomime for Cursor
io.github.productstein/holomime
Behavioral therapy for AI agents — self-diagnosis, alignment, and training via MCP
client:Cursor
transport:stdio
runtime:npm
Install holomime in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"holomime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"holomime"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs