← Back to Plugins
MCP Server MCP

Platter

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

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

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-linux-x64.mcpb",
      "fileSha256": "1d0da1cd3e703d3e161c04775b85699b05cab77aef0e97aa6dfebf088a423987",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-linux-arm64.mcpb",
      "fileSha256": "b1796abbb7dfe5dfe09ac2766cf18c30a34c2294a77f1a3915c53f6efcdd0056",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-darwin-x64.mcpb",
      "fileSha256": "32b71f88eafe900a003fc34189d4f14b298bffb24349067ca24c9f21878a26d4",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/hadriangateway/platter/releases/download/v2.0.3/platter-darwin-arm64.mcpb",
      "fileSha256": "da0f88ca363b7f112b07d85d9d0dc28f5b75c53ee5e29b2cd79fd6dc569a5e1b",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/hadriangateway/platter:2.0.3",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/hadriangateway/platter:2.0.3",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb oci

Comments

Sign in to leave a comment

Loading comments...