omen for Cursor
io.github.panbanda/omen
Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction
client:Cursor
transport:stdio
runtime:oci
Install omen in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"omen": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/panbanda/omen:3.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs