ScratchRun for Zed
dev.scratchrun/mcp
Ephemeral MicroVM-isolated code execution for AI agents. Fresh VM per call, hard-purged after.
client:Zed
transport:stdio
runtime:npm
Install ScratchRun in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@scratchrun/mcp-server"
],
"env": {
"SCRATCHRUN_API_KEY": "<SCRATCHRUN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs