Odel
cinch mcp

cinch mcp

Local
@yusufkadryJavaScriptUpdated 1mo ago

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).

npm@cinch-codes/mcpv0.1.1

Run

npx -y @cinch-codes/mcp

MCP client config

{
  "mcpServers": {
    "cinch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cinch-codes/mcp"
      ]
    }
  }
}