# Platter (oci · ghcr.io/scriptsmith/platter:2.0.2-rc7)

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

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

> **Deprecated**: this server is marked deprecated in the MCP registry.

## Components

- mcpb · `osx-arm64`: 8/100, [markdown](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-darwin.md), [page](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-darwin)
- mcpb · `osx-x64`: 8/100, [markdown](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-darwin-2.md), [page](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-darwin-2)
- mcpb · `linux-arm64`: 8/100, [markdown](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-linux.md), [page](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-linux)
- mcpb · `linux-x64`: 8/100, [markdown](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-linux-2.md), [page](https://verifymcp.io/servers/scriptsmith-platter/https-github-com-scriptsmith-platter-releases-download-v2-0-2-rc7-platter-linux-2)
- oci · `ghcr.io/scriptsmith/platter:2.0.2-rc7`: 38/100 (this document), [markdown](https://verifymcp.io/servers/scriptsmith-platter/ghcr-io-scriptsmith-platter-2-0-2-rc7.md), [page](https://verifymcp.io/servers/scriptsmith-platter/ghcr-io-scriptsmith-platter-2-0-2-rc7)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/scriptsmith/platter:2.0.2-rc7`
- 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**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 104 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 905 tokens (~129/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**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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: 1 category.** A category scored 0 because we could not verify it: 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 scriptsmith-platter -- docker run --rm -i ghcr.io/scriptsmith/platter:2.0.2-rc7
```

### Codex

```bash
codex mcp add scriptsmith-platter -- docker run --rm -i ghcr.io/scriptsmith/platter:2.0.2-rc7
```

### opencode

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

### Hermes

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

### Other

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

## 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 38, +1)

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

### 2026-08-02 (score 37, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-07-31 (score 34, −4)

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

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

First indexed and scored.

## 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` (~173 tokens)

Bash

Execute a bash command, or manage a running process.

To start a command: provide 'command' and optional 'timeout' in seconds.
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 (required to start a new process)
- `kill` (boolean): Kill the process specified by pid
- `pid` (number): PID of a running process to reattach to or kill
- `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/scriptsmith-platter/ghcr-io-scriptsmith-platter-2-0-2-rc7#diagnostics

## Score history

- 2026-08-03: 38
- 2026-08-02: 37
- 2026-08-01: 34
- 2026-07-31: 34
- 2026-07-30: 38
- 2026-07-29: 38
- 2026-07-28: 38
- 2026-07-27: 38
- 2026-07-26: 38

## Links

- Changelog RSS feed: https://verifymcp.io/servers/scriptsmith-platter/ghcr-io-scriptsmith-platter-2-0-2-rc7/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/scriptsmith-platter/ghcr-io-scriptsmith-platter-2-0-2-rc7/changelog.json
- HTML version of this page: https://verifymcp.io/servers/scriptsmith-platter/ghcr-io-scriptsmith-platter-2-0-2-rc7
