mcpbeat Sign in

Omni Scanner MCP Server

by pantheon-ladderworks Your server? Claim it
local only

Omni Scanner runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from pypi. Last commit 21 Feb 2026.

Codebase observatory with 56+ scanners for git health, architecture, and documentation.

Installs per day peak 43 · avg 17 · +17% w/w
a month agotoday
109
Installs / week
pypi · omni-governance
0
Stars
0 open issues
21 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] omni/clients/external/__init__.py:1, [пакет] omni/clients/external/genesis_client.py:1, [пакет] omni/clients/external/github_ops_client.py:1 и ещё 6
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add omni-scanner -- uvx omni-governance
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omni-scanner": {
      "args": [
        "omni-governance"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omni-scanner]
command = "uvx"
args = ["omni-governance"]
.cursor/mcp.json
{
  "mcpServers": {
    "omni-scanner": {
      "args": [
        "omni-governance"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omni-scanner": {
      "args": [
        "omni-governance"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Omni Scanner

same job, measured the same way
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Grasp — Code Architecture & Dependency Analysis
by ashfordeou

Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab.

164 installs/wk local only
Mne Docs
by weiyongxu

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

115 installs/wk local only
Arm MCP Server
by arm

Official Arm MCP server for code migration, optimization, and Arm architecture guidance

local only
Docuwriter
by docuwriter

Generate, search, and manage codebase documentation on DocuWriter.ai. 72 tools incl. Autopilot.

answering
Workflow Generator
by askuma

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

61 installs/wk local only
archy
by hslee16

Architectural sensor for Python codebases.

2 148 installs/wk local only
Codesentinel MCP
by icohangar-ops

Codebase health MCP: dead code, cycles, coupling, architectural drift.

78 installs/wk local only

Omni Scanner — questions

Answers built from our own checks of this server.

Why is there no uptime for Omni Scanner?
Omni Scanner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package omni-governance was installed 109 times last week.
How do I connect Omni Scanner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls omni-governance straight from pypi; nothing to host, nothing to sign up for.
How many people use Omni Scanner?
The pypi package omni-governance was installed 109 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omni Scanner open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.