omen for VS Code
io.github.panbanda/omen
Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction
client:VS Code
transport:stdio
runtime:oci
Install omen in VS Code
.vscode/mcp.json
{
"servers": {
"omen": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/panbanda/omen:3.0.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs