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
{
"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