ScratchRun for Claude Desktop
dev.scratchrun/mcp
Ephemeral MicroVM-isolated code execution for AI agents. Fresh VM per call, hard-purged after.
client:Claude Desktop
transport:stdio
runtime:npm
Install ScratchRun in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@scratchrun/mcp-server"
],
"env": {
"SCRATCHRUN_API_KEY": "<SCRATCHRUN_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs