# MySQL Ops MCP (npm · mysql-ops-mcp)

MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.

- Trust score: 31/100 (low)
- Change this week: −11
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mysql-ops-mcp`: 31/100 (this document), [markdown](https://verifymcp.io/servers/gt-dinuo-mysql-ops-mcp/mysql-ops-mcp.md), [page](https://verifymcp.io/servers/gt-dinuo-mysql-ops-mcp/mysql-ops-mcp)

## Channel facts

- Registry: `npm`
- Package: `mysql-ops-mcp`
- Version: `1.0.0`
- 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-03.

- **Supply Chain Security**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (23 of 24), 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 17 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: this package declared that it provides tools, but our sandbox run could not list them, so the captured schema is incomplete.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: two runs of the same published version returned different tool surfaces, so we cannot tell a change in the package from a difference in our own sandbox run.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this package declared that it provides tools, but our sandbox run could not list them.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

**Unverified: 3 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add gt-dinuo-mysql-ops-mcp -- npx -y mysql-ops-mcp
```

### Codex

```bash
codex mcp add gt-dinuo-mysql-ops-mcp -- npx -y mysql-ops-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gt-dinuo-mysql-ops-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mysql-ops-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gt-dinuo-mysql-ops-mcp --command npx --arg -y --arg mysql-ops-mcp
```

### Hermes

```yaml
mcp_servers:
  gt-dinuo-mysql-ops-mcp:
    command: "npx"
    args: ["-y", "mysql-ops-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "gt-dinuo-mysql-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mysql-ops-mcp"
      ]
    }
  }
}
```

## 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-03 (score 31, −20)

- [security] Stability: Stability not yet verified: two runs of the same published version returned different tool surfaces, so we cannot tell a change in the package from a difference in our own sandbox run.
- [functional regression] Tool coverage: 55 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-02 (score 51, +32)

- [security regression] CVE-2025-66414 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [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] Capabilities: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 19, −23)

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

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (0)

The sandbox run completed and this package exposed no tools.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/gt-dinuo-mysql-ops-mcp/mysql-ops-mcp#diagnostics

## Score history

- 2026-08-03: 31
- 2026-08-02: 51
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/mysql-ops-mcp
- Socket report: https://socket.dev/npm/package/mysql-ops-mcp
- Repository: https://github.com/GT-dinuo/mysql-ops-mcp
- Changelog RSS feed: https://verifymcp.io/servers/gt-dinuo-mysql-ops-mcp/mysql-ops-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gt-dinuo-mysql-ops-mcp/mysql-ops-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gt-dinuo-mysql-ops-mcp/mysql-ops-mcp
