Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Platter

OCI · GHCR.IO/HADRIANGATEWAY/PLATTER:2.0.3 · 5 COMPONENTS · SCANNED SEP 20

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

0 this week 54 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

How do I install the Platter MCP server?

Platter runs locally as a container image, launched with docker run --rm -i ghcr.io/hadriangateway/platter:2.0.3. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/hadriangateway/platter:2.0.3

# add to Claude Code
claude mcp add hadriangateway-platter -- docker run --rm -i ghcr.io/hadriangateway/platter:2.0.3
// .cursor/mcp.json
{
  "mcpServers": {
    "hadriangateway-platter": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/hadriangateway/platter:2.0.3"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hadriangateway-platter": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/hadriangateway/platter:2.0.3"
      ]
    }
  }
}
# add to Codex CLI
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/config.yaml
mcp_servers:
  hadriangateway-platter:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/hadriangateway/platter:2.0.3"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hadriangateway-platter": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/hadriangateway/platter:2.0.3"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "hadriangateway-platter": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/hadriangateway/platter:2.0.3"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

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

  • 11 Sept 26 +1

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

  • 10 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/hadriangateway/platter:2.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 7 exposed · ~995 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bash ~263

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.

NameTypeReqDescription
commandstringBash command to execute. Provide this to start a new process; omit when managing an existing one via 'pid'.
killbooleanKill the process specified by 'pid'. Only valid together with 'pid'; omit when starting a new command.
pidnumberPID of a running process to reattach to or kill. Omit (do not pass 0) when starting a new command via 'command'.
timeoutnumberTimeout in seconds. If the command hasn't finished by then, partial output is returned with the process pid.

No output schema declared.

No examples provided.

edit ~113

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.

NameTypeReqDescription
new_textstringyesNew text to replace the old text with
old_textstringyesExact text to find and replace (must match exactly)
pathstringyesPath to the file to edit (relative or absolute)
replace_allbooleanReplace all occurrences of old_text (default false)

No output schema declared.

No examples provided.

glob ~79

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

NameTypeReqDescription
pathstringDirectory to search in (relative or absolute). Defaults to working directory.
patternstringyesGlob pattern to match files against (e.g. '**/*.ts')

No output schema declared.

No examples provided.

grep ~229

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

NameTypeReqDescription
after_contextnumberNumber of lines to show after each match (content mode only)
before_contextnumberNumber of lines to show before each match (content mode only)
case_insensitivebooleanCase insensitive search (default false)
contextnumberNumber of lines to show before and after each match (content mode only)
fixed_stringsbooleanTreat pattern as a literal string, not a regex (default false)
globstringGlob pattern to filter files (e.g. '*.js', '*.{ts,tsx}')
output_modestringOutput mode: 'content' shows matching lines, 'files_with_matches' shows file paths (default), 'count' shows match counts per file
pathstringFile or directory to search in (relative or absolute). Defaults to working directory.
patternstringyesRegular expression pattern to search for

No output schema declared.

No examples provided.

js ~161

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.

NameTypeReqDescription
codestringyesJavaScript or TypeScript code to evaluate
timeoutnumberTimeout in seconds (default: 30)

No output schema declared.

No examples provided.

read ~88

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

NameTypeReqDescription
limitnumberMaximum number of lines to read
offsetnumberLine number to start reading from (1-indexed)
pathstringyesPath to the file to read (relative or absolute)

No output schema declared.

No examples provided.

write ~62

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

NameTypeReqDescription
contentstringyesContent to write to the file
pathstringyesPath to the file to write (relative or absolute)

No output schema declared.

No examples provided.

Common questions

What is the Platter MCP server?

Platter is an MCP server listed in the public MCP registry as io.github.hadriangateway/platter. MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio. This page covers its container image (ghcr.io/hadriangateway/platter:2.0.3).

Is the Platter MCP server safe to use?

Platter scores 54 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Platter MCP server expose?

Platter exposes 7 tools: read, write, edit, bash, glob, and 2 more. Their descriptions and schemas cost roughly 995 tokens of context every time the server is loaded.

Is the Platter MCP server still maintained?

Platter is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Platter MCP server under?

Platter declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.