Omen MCP Server

Your AI writes code without knowing where the landmines are. Omen gives AI assistants the context they need: complexity hotspots, hidden dependencies, defect-prone files, and self-admitted debt. One command surfaces what's invisible.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 17 · #607 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Omen

before you install - you'll need

The README does not document required environment variables for a basic install.

Docker

docker run -i --rm ghcr.io/panbanda/omen:3.0.0

Claude Desktop - add to config

{
  "mcpServers": {
    "panbanda-omen": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/panbanda/omen:3.0.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.panbanda is GitHub-verified and matches the repo owner

03 · What Omen can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

omen-reporting-v2.0.3 · 2026-08-19

2.0.3 (2026-08-19) · require analysts to verify claims against source (#492) (2597c85), closes #490

omen-v4.28.2 · 2026-08-19

4.28.2 (2026-08-19) · require analysts to verify claims against source (#492) (2597c85), closes #490 · sample trend across actual commit range, not epoch-to-now

omen-v4.28.1 · 2026-08-12

4.28.1 (2026-08-12) · correct per-function complexity for nested functions

04 · Who maintains Omen

omen is maintained by panbanda. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
other - ranked #607 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-19)
registry
io.github.panbanda/omen (active, first published 2025-12-02 · 20 versions)
packages
oci:ghcr.io/panbanda/omen:3.0.0

06 · Omen FAQ

What is Omen?

Your AI writes code without knowing where the landmines are. Omen gives AI assistants the context they need: complexity hotspots, hidden dependencies, defect-prone files, and self-admitted debt. One command surfaces what's invisible.

Is Omen still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Omen?

Run `docker run -i --rm ghcr.io/panbanda/omen:3.0.0`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

07 · Alternatives to Omen