A collection of example scripts to easily create and set up specialized VMs/snapshots on Morph Cloud.
This repository contains ready-to-use scripts for creating preconfigured Morph Cloud instances for various use cases. Each script handles VM creation, setup, and service configuration automatically.
- Creates an environment for running AI code in a sandbox environment
- Implements a Jupyter environment that can be interacted with
- Features a stock analysis demo using the openai-agents sdk
- Provides a CDP-enabled browser automation environment on Morph Cloud
- Includes the MorphBrowser class for managing browser instances
- Features a shopping demo using browser-use and langchain-anthropic
- Sets up a VM with XFCE4 desktop environment accessible via web browser
- Uses TigerVNC + noVNC for browser-based remote desktop access
- No VNC client required - just open the provided URL
- Sets up a Bun development environment with integrated PostgreSQL
- Includes a React Todo app demo with Bun's HMR (Hot Module Reloading)
- Provides a complete fullstack development environment ready for use with claude code
- Sets up an environment with an emulator
- Provides tools for interacting with the emulator programmatically
- Also includes generic computer use interaction
- Creates a VM running OpenVSCode Server in a Docker container
- Provides a full VS Code experience through your browser
- Includes a persistent workspace mounted at /home/workspace
- Configures a VM with Docker BuildKit for containerized development
- Enables accelerated container builds with caching
- Optimized for efficient CI/CD pipelines and container workflows
- Configures a development environment for working with Claude and MCP servers
- Includes examples for Claude API integration and tools
- A Morph Cloud account
- Morph Cloud API key exported in your environment:
export MORPH_API_KEY=your_api_key_here
- Python 3.11+ with pip or uv package manager
Each example has its own directory with a detailed README and setup script.