Catalog
io.github.ScriptSmith/platter
Officialdeprecatedby hadriangateway · TypeScript
Platter
MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio.
MCP server providing 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/scriptsmith/platter:2.0.2-rc7"
]
}
}
}