Catalog
io.github.hadriangateway/platter
Officialby hadriangateway · TypeScript
Platter
MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio.
Expose file operations, bash execution, and JavaScript tools over stdio.
Topics
mcpmcp-serveraiai-agentsjust-bash
README not available yet.
Install
Configuration
Arguments
-pdefault 3100:3100-edefault MCP_DANGEROUSLY_ALLOW_INSECURE_ISSUER_URL=trueclaude_desktop_config.json
{
"mcpServers": {
"platter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hadriangateway/platter:2.0.3"
]
}
}
}