Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.
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).
Run
npx -y @cinch-codes/mcp
MCP client config
{
"mcpServers": {
"cinch-mcp": {
"command": "npx",
"args": [
"-y",
"@cinch-codes/mcp"
]
}
}
}