omen for Cline
io.github.panbanda/omen
Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction
client:Cline
transport:stdio
runtime:oci
Install omen in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"omen": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/panbanda/omen:3.0.0"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs