# PostgreSQL (hardened, read-only) (npm · postgres-mcp-hardened)

Read-only PostgreSQL over MCP. Writes refused at the parsed SQL, plus a READ ONLY transaction.

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

## Components

- npm · `postgres-mcp-hardened`: 48/100 (this document), [markdown](https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/postgres-mcp-hardened.md), [page](https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/postgres-mcp-hardened)
- oci · `ghcr.io/eszetael/postgres-mcp-hardened:0.1.9`: 10/100, [markdown](https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/ghcr-io-eszetael-postgres-mcp-hardened-0-1-9.md), [page](https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/ghcr-io-eszetael-postgres-mcp-hardened-0-1-9)

## Channel facts

- Registry: `npm`
- Package: `postgres-mcp-hardened`
- Version: `0.1.9`
- 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-22.

- **Supply Chain Security**: 94/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Eszetael/postgres-mcp-hardened).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add eszetael-postgres-mcp-hardened -- npx -y postgres-mcp-hardened
```

### Codex

```bash
codex mcp add eszetael-postgres-mcp-hardened -- npx -y postgres-mcp-hardened
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eszetael-postgres-mcp-hardened": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "postgres-mcp-hardened"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eszetael-postgres-mcp-hardened --command npx --arg -y --arg postgres-mcp-hardened
```

### Hermes

```yaml
mcp_servers:
  eszetael-postgres-mcp-hardened:
    command: "npx"
    args: ["-y", "postgres-mcp-hardened"]
```

### Other

```json
{
  "mcpServers": {
    "eszetael-postgres-mcp-hardened": {
      "command": "npx",
      "args": [
        "-y",
        "postgres-mcp-hardened"
      ]
    }
  }
}
```

## 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-18 (score 48, 0)

- [security regression] Known CVEs: pass → unverified
- [functional regression] Dependency health: pass → unverified
- [functional] Package version: 0.1.6 → 0.1.9
- [functional] Package version: 0.1.6 → 0.1.8
- [functional] Package version: 0.1.6 → 0.1.7

### 2026-08-16 (score 48, +11)

- [security improvement] Known CVEs: unverified → pass
- [security] Stability: Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare.
- [functional improvement] Dependency health: unverified → pass
- [functional] Capabilities: Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake.
- [functional] Tool coverage: Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess.

### 2026-08-15 (score 37, −11)

- [security regression] Known CVEs: pass → unverified
- [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] Dependency health: pass → unverified
- [functional] Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Package version: 0.1.5 → 0.1.6

### 2026-08-11 (score 48, 0)

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

### 2026-08-10 (score 48)

First indexed and scored.

## MCP tools (0)

Tools for package channels are captured by running the package in an isolated sandbox. The most recent sandbox run could not capture a tool list from this package.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/postgres-mcp-hardened#diagnostics

## Score history

- 2026-08-22: 48
- 2026-08-21: 48
- 2026-08-20: 48
- 2026-08-19: 48
- 2026-08-18: 48
- 2026-08-17: 48
- 2026-08-16: 48
- 2026-08-15: 37
- 2026-08-14: 48
- 2026-08-13: 48
- 2026-08-12: 48
- 2026-08-11: 48
- 2026-08-10: 48

## Links

- npm package: https://www.npmjs.com/package/postgres-mcp-hardened
- Socket report: https://socket.dev/npm/package/postgres-mcp-hardened
- Repository: https://github.com/Eszetael/postgres-mcp-hardened
- Changelog RSS feed: https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/postgres-mcp-hardened.xml
- Changelog JSON feed: https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/postgres-mcp-hardened.json
- HTML version of this page: https://verifymcp.io/servers/eszetael-postgres-mcp-hardened/postgres-mcp-hardened
