# Platter (oci · ghcr.io/hadriangateway/platter:2.0.3)

MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio.

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

## Components

- mcpb · `osx-arm64`: 13/100, [markdown](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-darwin.md), [page](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-darwin)
- mcpb · `osx-x64`: 13/100, [markdown](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-darwin-2.md), [page](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-darwin-2)
- mcpb · `linux-arm64`: 13/100, [markdown](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-linux-a.md), [page](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-linux-a)
- mcpb · `linux-x64`: 13/100, [markdown](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-linux-x.md), [page](https://verifymcp.io/servers/hadriangateway-platter/https-github-com-hadriangateway-platter-releases-download-v2-0-3-platter-linux-x)
- oci · `ghcr.io/hadriangateway/platter:2.0.3`: 38/100 (this document), [markdown](https://verifymcp.io/servers/hadriangateway-platter/ghcr-io-hadriangateway-platter-2-0-3.md), [page](https://verifymcp.io/servers/hadriangateway-platter/ghcr-io-hadriangateway-platter-2-0-3)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/hadriangateway/platter:2.0.3`
- 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**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **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 54 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 995 tokens (~142/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 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 hadriangateway-platter -- docker run --rm -i ghcr.io/hadriangateway/platter:2.0.3
```

### Codex

```bash
codex mcp add hadriangateway-platter -- docker run --rm -i ghcr.io/hadriangateway/platter:2.0.3
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hadriangateway-platter": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/hadriangateway/platter:2.0.3"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  hadriangateway-platter:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/hadriangateway/platter:2.0.3"]
```

### Other

```json
{
  "mcpServers": {
    "hadriangateway-platter": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/hadriangateway/platter:2.0.3"
      ]
    }
  }
}
```

## 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-07-31 (score 38, −6)

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

### 2026-07-27 (score 44, +33)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Tool coverage: 100

### 2026-07-26 (score 11)

First indexed and scored.

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

## MCP tools (7)

### `read` (~88 tokens)

Read

Read the contents of a file. Output is truncated to 2000 lines or 50KB (whichever is hit first). Use offset/limit for large files.

Input parameters:

- `limit` (number): Maximum number of lines to read
- `offset` (number): Line number to start reading from (1-indexed)
- `path` (string, required): Path to the file to read (relative or absolute)

### `write` (~62 tokens)

Write

Write content to a file. Creates the file if it doesn't exist, overwrites if it does. Automatically creates parent directories.

Input parameters:

- `content` (string, required): Content to write to the file
- `path` (string, required): Path to the file to write (relative or absolute)

### `edit` (~113 tokens)

Edit

Edit a file by replacing exact text. The old_text must match exactly (including whitespace). Supports fuzzy matching for minor Unicode/whitespace differences. The match must be unique in the file.

Input parameters:

- `new_text` (string, required): New text to replace the old text with
- `old_text` (string, required): Exact text to find and replace (must match exactly)
- `path` (string, required): Path to the file to edit (relative or absolute)
- `replace_all` (boolean): Replace all occurrences of old_text (default false)

### `bash` (~263 tokens)

Bash

Execute a bash command, or manage a running process.

Call in one of two modes — do not mix them:
  1\. Start a command: pass 'command' (and optional 'timeout'). Omit 'pid' and 'kill'.
  2\. Manage a running process: pass 'pid' (and optional 'kill'). Omit 'command'.

Returns stdout/stderr combined, truncated to last 2000 lines or 50KB.

If a timeout is set and the command hasn't finished, partial output is returned with the process pid.
Use bash({ pid }) to wait for more output, or bash({ pid, kill: true }) to terminate it.

Input parameters:

- `command` (string): Bash command to execute. Provide this to start a new process; omit when managing an existing one via 'pid'.
- `kill` (boolean): Kill the process specified by 'pid'. Only valid together with 'pid'; omit when starting a new command.
- `pid` (number): PID of a running process to reattach to or kill. Omit (do not pass 0) when starting a new command via 'command'.
- `timeout` (number): Timeout in seconds. If the command hasn't finished by then, partial output is returned with the process pid.

### `glob` (~79 tokens)

Glob

Fast file pattern matching. Returns file paths matching a glob pattern, sorted alphabetically. Supports patterns like '**/*.ts', 'src/**/*.tsx', '*.json'.

Input parameters:

- `path` (string): Directory to search in (relative or absolute). Defaults to working directory.
- `pattern` (string, required): Glob pattern to match files against (e.g. '**/*.ts')

### `grep` (~229 tokens)

Grep

Search file contents using ripgrep. Supports regex patterns, file filtering, and multiple output modes. Requires ripgrep (rg) to be installed.

Input parameters:

- `after_context` (number): Number of lines to show after each match (content mode only)
- `before_context` (number): Number of lines to show before each match (content mode only)
- `case_insensitive` (boolean): Case insensitive search (default false)
- `context` (number): Number of lines to show before and after each match (content mode only)
- `fixed_strings` (boolean): Treat pattern as a literal string, not a regex (default false)
- `glob` (string): Glob pattern to filter files (e.g. '*.js', '*.{ts,tsx}')
- `output_mode` (string): Output mode: 'content' shows matching lines, 'files_with_matches' shows file paths (default), 'count' shows match counts per file
- `path` (string): File or directory to search in (relative or absolute). Defaults to working directory.
- `pattern` (string, required): Regular expression pattern to search for

### `js` (~161 tokens)

JavaScript

Evaluate JavaScript/TypeScript code in a persistent runtime. State persists across calls within the session.

Use assignment (`x = 42`) or `var` to persist values between calls. `function` and `class` declarations also persist. `let`/`const` are scoped to the current evaluation.

Supports `await` for async operations: `data = await fetch(url)`.
Load packages with `await load("lodash")` (fetches from unpkg.com) or `await load("https://cdn.example.com/lib.js")`.

Returns the result of the last expression, plus any console output.

Input parameters:

- `code` (string, required): JavaScript or TypeScript code to evaluate
- `timeout` (number): Timeout in seconds (default: 30)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/hadriangateway-platter/ghcr-io-hadriangateway-platter-2-0-3#diagnostics

## Score history

- 2026-08-03: 38
- 2026-08-02: 38
- 2026-08-01: 38
- 2026-07-31: 38
- 2026-07-30: 44
- 2026-07-29: 44
- 2026-07-28: 44
- 2026-07-27: 44
- 2026-07-26: 11

## Links

- Repository: https://github.com/hadriangateway/platter
- Changelog RSS feed: https://verifymcp.io/servers/hadriangateway-platter/ghcr-io-hadriangateway-platter-2-0-3/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hadriangateway-platter/ghcr-io-hadriangateway-platter-2-0-3/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hadriangateway-platter/ghcr-io-hadriangateway-platter-2-0-3
