Serversio.github.ScriptSmith/platter
P

Platter

io.github.ScriptSmith/platter · v2.0.2-rc7
▦ other
v2.0.2-rc7other mcpb: https://github.com/ScriptSmith/platter/releases/download/v2.0.2-rc7/platter-linux-x64.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ScriptSmith/platter",
  "description": "MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio.",
  "title": "Platter",
  "repository": {
    "url": "https://github.com/ScriptSmith/platter",
    "source": "github"
  },
  "version": "2.0.2-rc7",
  "icons": [
    {
      "src": "https://github.com/ScriptSmith/platter/releases/download/v2.0.2-rc7/icon.png",
      "mimeType": "image/png",
      "sizes": [
        "512x512"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/ScriptSmith/platter/releases/download/v2.0.2-rc7/platter-linux-x64.mcpb",
      "fileSha256": "00d3133c2136d433f07cb15047d430c024e0803a509914b5b22d5fa100bff590",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/ScriptSmith/platter/releases/download/v2.0.2-rc7/platter-linux-arm64.mcpb",
      "fileSha256": "91b65c7fa0f59a0cd8fd30ec866f89bda58cdcb75a1f60e859d449289be40735",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/ScriptSmith/platter/releases/download/v2.0.2-rc7/platter-darwin-x64.mcpb",
      "fileSha256": "e70a9a70b9909acc48948ac2de81e1b4d04d83e8002cab33d051b428939bbdb6",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/ScriptSmith/platter/releases/download/v2.0.2-rc7/platter-darwin-arm64.mcpb",
      "fileSha256": "13c874d40638fe6a75455a4f4ccfec8d9e6d62dd9db60feebb87663b6249001e",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/scriptsmith/platter:2.0.2-rc7",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/scriptsmith/platter:2.0.2-rc7",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3100/mcp"
      },
      "runtimeArguments": [
        {
          "value": "3100:3100",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "MCP_DANGEROUSLY_ALLOW_INSECURE_ISSUER_URL=true",
          "type": "named",
          "name": "-e"
        }
      ],
      "packageArguments": [
        {
          "value": "--transport=http",
          "type": "positional"
        },
        {
          "value": "--host=0.0.0.0",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}