Skip to content
VS Code

Runtime Cloud for VS Code

com.withruntime/runtime

Linux microVM sandboxes for AI agents: run commands, files, processes, pause and wake.

client:VS Code transport:streamable-http runtime:npm

Install Runtime Cloud in VS Code

.vscode/mcp.json

{
  "servers": {
    "runtime": {
      "type": "http",
      "url": "https://api.withruntime.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Runtime Cloud in other clients