Odel
Platter

Platter

Local
@hadriangatewayTypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

MCP Bundlehttps://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-linux-x64.mcpb

Distributed as an MCP bundle (`https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-linux-x64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-linux-arm64.mcpb

Distributed as an MCP bundle (`https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-linux-arm64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-darwin-x64.mcpb

Distributed as an MCP bundle (`https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-darwin-x64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-darwin-arm64.mcpb

Distributed as an MCP bundle (`https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-darwin-arm64.mcpb`) — download it and import the bundle in your MCP client.

Dockerghcr.io/hadriangateway/platter:2.0.3

Run

docker run -i --rm ghcr.io/hadriangateway/platter:2.0.3

MCP client config

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

Run

docker run -i --rm ghcr.io/hadriangateway/platter:2.0.3

MCP client config

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