Skip to content
Grok

cinch for Grok

io.github.yusufkadry/cinch

Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.

client:Grok transport:stdio runtime:npm

Install cinch in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cinch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cinch-codes/mcp"
      ],
      "env": {
        "CINCH_API_KEY": "<CINCH_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cinch in other clients