# io.github.bitofacoder/omni-mcp-server (npm · @bitofacoder/omni-mcp-server)

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.

- Trust score: 68/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- npm · `@bitofacoder/omni-mcp-server`: 68/100 (this document), [markdown](https://verifymcp.io/servers/bitofacoder-omni-mcp-server/bitofacoder-omni-mcp-server.md), [page](https://verifymcp.io/servers/bitofacoder-omni-mcp-server/bitofacoder-omni-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@bitofacoder/omni-mcp-server`
- Version: `1.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-06.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 155 of 157 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 155 of 157 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 56 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 490 tokens (~37/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add bitofacoder-omni-mcp-server -- npx -y @bitofacoder/omni-mcp-server
```

### Codex

```bash
codex mcp add bitofacoder-omni-mcp-server -- npx -y @bitofacoder/omni-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bitofacoder-omni-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@bitofacoder/omni-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bitofacoder-omni-mcp-server --command npx --arg -y --arg @bitofacoder/omni-mcp-server
```

### Hermes

```yaml
mcp_servers:
  bitofacoder-omni-mcp-server:
    command: "npx"
    args: ["-y", "@bitofacoder/omni-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "bitofacoder-omni-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@bitofacoder/omni-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-05 (score 67, +1)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 66, +4)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.30

### 2026-08-03 (score 62, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 21, −4)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-08-01 (score 25, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 20, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 45, +21)

- [functional improvement] Tool coverage: unverified → 100

## MCP tools (13)

### `github_search_repos` (~39 tokens)

Search for GitHub repositories

Input parameters:

- `query` (string, required): The search query (e.g., "language:typescript stars:>1000")

### `github_get_issue` (~40 tokens)

Get details of a specific GitHub issue

Input parameters:

- `issue_number` (number, required)
- `owner` (string, required)
- `repo` (string, required)

### `slack_send_message` (~47 tokens)

Send a message to a Slack channel

Input parameters:

- `channel` (string, required): The channel ID or name (e.g., "#general")
- `text` (string, required): The message text to send

### `system_read_file` (~29 tokens)

Read a local file from the system

Input parameters:

- `path` (string, required): Absolute path to the file

### `system_list_dir` (~28 tokens)

List contents of a local directory

Input parameters:

- `path` (string, required): Absolute path to the directory

### `web_fetch` (~45 tokens)

Fetch a public web page and read its content as clean Markdown

Input parameters:

- `url` (string, required): The full URL of the web page to fetch (e.g., https://example.com)

### `memory_store` (~77 tokens)

Save a note, preference, or piece of context to persistent memory so it can be recalled in future conversations.

Input parameters:

- `content` (string, required): The detailed content you want to remember.
- `key` (string, required): A unique, descriptive identifier for this memory (e.g., "user_project_goals", "react_preferences"). Keep it snake_case.

### `memory_retrieve` (~33 tokens)

Retrieve a previously saved memory by its key.

Input parameters:

- `key` (string, required): The unique key of the memory to retrieve.

### `memory_list` (~19 tokens)

List all the memory keys currently saved in persistent storage.

### `git_status` (~23 tokens)

Run git status to see the state of the working directory and staging area.

### `git_diff` (~47 tokens)

Run git diff to see exact line-by-line code changes. Shows unstaged changes by default.

Input parameters:

- `staged` (boolean): If true, runs git diff --staged to see staged changes.

### `git_log` (~36 tokens)

Run git log to see recent commit history.

Input parameters:

- `maxCount` (number): Maximum number of commits to show (defaults to 10).

### `git_commit` (~27 tokens)

Commit currently staged changes with a specific message.

Input parameters:

- `message` (string, required): The commit message.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bitofacoder-omni-mcp-server/bitofacoder-omni-mcp-server#diagnostics

## Score history

- 2026-08-06: 68
- 2026-08-05: 67
- 2026-08-04: 66
- 2026-08-03: 62
- 2026-08-02: 21
- 2026-08-01: 25
- 2026-07-31: 20
- 2026-07-30: 45
- 2026-07-28: 24
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/@bitofacoder/omni-mcp-server
- Socket report: https://socket.dev/npm/package/@bitofacoder/omni-mcp-server
- Repository: https://github.com/bitofacoder/omni-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/bitofacoder-omni-mcp-server/bitofacoder-omni-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/bitofacoder-omni-mcp-server/bitofacoder-omni-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/bitofacoder-omni-mcp-server/bitofacoder-omni-mcp-server
