Agentโ™ฅ๏ธŽAge
Catalog

ScratchRun

Official

by ar-blues ยท JavaScript

Ephemeral MicroVM-isolated code execution for AI agents. Fresh VM per call, hard-purged after.

dev.scratchrun/mcp (dev-scratchrun-mcp)

The dev.scratchrun/mcp Model Context Protocol (MCP) server provides ephemeral MicroVM-isolated code execution for AI agents. It creates a fresh virtual machine per call and hard-purges the environment after execution, aiming to prevent persistence across requests.

๐Ÿ› ๏ธ Key Features

  • Ephemeral MicroVM-isolated code execution
  • Fresh VM provisioned per call
  • Hard-purged cleanup after execution

๐Ÿš€ Use Cases

  • Running code for AI agents without reusing prior execution state
  • Isolating execution environments for per-request tasks

โš ๏ธ Limitations

  • Requires a new MicroVM per call, so reuse of execution state is not implied by the description
ScratchRun - agentage MCP Catalog