Skip to content
Claude Desktop

omen for Claude Desktop

io.github.panbanda/omen

Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction

client:Claude Desktop transport:stdio runtime:oci

Install omen in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "omen": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/panbanda/omen:3.0.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

omen in other clients