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).
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.
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.
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.
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.
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"
]
}
}
}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"
]
}
}
}