Skip to content
Zed

cinch for Zed

io.github.yusufkadry/cinch

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

client:Zed transport:stdio runtime:npm

Install cinch in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

cinch in other clients